/*------------------------------------*\
CONTENTS
\*------------------------------------*/
/*

--- Clean ---
* RESET
* FONTS
* TYPE
* GRID
* COMMUN
	clearfix
	hr
	media
	colortext
	list
	form
* LAYOUT
* HEADER
	corporate
	logo
	nav
	nav main
	nav sub
	breadcrumb
* FOOTER
	nav
	language
* PAGE
	home
		mainpart
		slider
		software
		introduction
		product
		feature
		whatsnew
		supported equipment
		available looks
		tech specs
		testimonial
		dop users
	news
	gallery
	tutorial
	job
	trial
	resellers
* SLIDER
* JS
		beforeafter
* PRICE
* PARTNER/CONTEST
* SHOP
* COLORTEXT





/*------------------------------------*\
	$RESET
\*------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table ,tr, td, caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

a,u,ins {
    text-decoration:none;
}

del,s {
    text-decoration:line-through;
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: transparent;
}

tbody {
    border: none;
}

em,i,cite,q,address,dfn,var {
    font-style:italic;
    font-weight:inherit;
}

img {
    border: 0;
}

label,
input,
textarea,
button,
select,
option{
    cursor:pointer;
}
.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus{
    cursor:text;
    outline:none;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/*
* Address `outline` inconsistency between Chrome and other browsers.
*/

:focus {
    outline: none;
}

/*
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
    outline: 0;
}


li > ul,
li > ol{
    margin-bottom:0;
}

input[type="text"],
select,
textarea {
    /*border: none;*/
}

textarea {
    -webkit-resize: none;
    -moz-resize: none;
    -webkit-resize: none;
    -moz-resize: none;
    resize: none;
}

iframe {
    overflow: hidden;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}





/*------------------------------------*\
    $TYPE
\*------------------------------------*/

/*--- SCALE ---*/

/* Large */
.giga {
    font-size: 50px;
}
.mega {
    font-size: 42px;
}
.kilo {
    font-size: 32px;
}

/* Headings */
/* Generic heading class */
h1,.alpha {
    font-size: 36px;
    font-size: 2.5714rem;
    line-height: 1.2;
    font-weight: 400;
}

h2,.beta {
    font-size: 30px;
    font-size: 2.1428rem;
    line-height: 1.4;
    font-weight: 400;
}

h3,.gamma {
    font-size: 20px;
    font-size: 1.4285rem;
    line-height: 1.2;
    font-weight: 400;
}

h4,.delta {
    font-size: 16px;
    font-size: 1.1428rem;
    line-height: 1.3125;
}

h5,.epsilon,
h6, .zeta {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5;
}

/* Small */
small,.milli {
    font-size:12px;
}

.tiny{
    font-size:15px;
}

.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-600 {
    font-weight: 600;
}

/*------------------------------------*\
	$GRID
\*------------------------------------*/
.grid,
.grid--rev,
.grid--full,
.grid--right,
.grid--center {
    position: relative;
    margin: 0 0 0 -40px;
    padding: 0;
    list-style: none outside none;
    letter-spacing: -0.36em;
    font-family: Arial, Helvetica, sans-serif;
}

.opera:-o-prefocus,/* Opera hack */
.grid,
.grid--rev,
.grid--full,
.grid--right,
.grid--center {
    word-spacing: -0.43em;
}

.grid__item {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 40px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.grid--full {
    margin-left: 0;
}

.grid--rev {
    direction: rtl;
    text-align: left;
}

.grid--rev > .grid__item {
    direction: rtl;
    text-align: left;
}

.grid--full > .grid__item,
.footer > .grid__item,
.grid--full > .content,
.footer > .content,
.grid--full > .footer__item,
.footer > .footer__item {
    padding-left: 0;
}

.grid--center {
    text-align: center;
}

.grid--right {
    text-align: right;
}

.grid--center > .grid__item,
.grid--right > .grid__item {
    text-align: left;
}

.g__all {
    width: 100%;
}

.g__2-1{
    width: 50%;
}

.g__3-1 {
    width: 33.333%;
}

.g__3-2 {
    width: 66.666%;
}

.g__4-1 {
    width: 25%;
}

.g__4-2 {
    width: 50%;
}

.g__4-3 {
    width: 75%;
}

.g__5-1 {
    width: 20%;
}

.g__5-2 {
    width: 40%;
}

.g__5-3 {
    width: 60%;
}

.g__5-4 {
    width: 80%;
}

.one-whole {
    width: 100%;
}

.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
    width: 50%;
}

.one-third,
.two-sixths,
.four-twelfths {
    width: 33.333%;
}

.two-thirds,
.four-sixths,
.eight-twelfths {
    width: 66.666%;
}

.one-quarter,
.two-eighths,
.three-twelfths {
    width: 25%;
}

.three-quarters,
.six-eighths,
.nine-twelfths {
    width: 75%;
}

.one-fifth,
.two-tenths {
    width: 20%;
}

.two-fifths,
.four-tenths {
    width: 40%;
}

.three-fifths,
.six-tenths {
    width: 60%;
}

.four-fifths,
.eight-tenths {
    width: 80%;
}

.one-sixth,
.two-twelfths {
    width: 16.666%;
}

.five-sixths,
.ten-twelfths {
    width: 83.333%;
}

.one-eighth {
    width: 12.5%;
}

.three-eighths {
    width: 37.5%;
}

.five-eighths {
    width: 62.5%;
}

.seven-eighths {
    width: 87.5%;
}

.one-tenth {
    width: 10%;
}

.three-tenths {
    width: 30%;
}

.seven-tenths {
    width: 70%;
}

.nine-tenths {
    width: 90%;
}

.one-twelfth {
    width: 8.333%;
}

.five-twelfths {
    width: 41.666%;
}

.seven-twelfths {
    width: 58.333%;
}

.eleven-twelfths {
    width: 91.666%;
}

/*
.dot--v {
    background: transparent url(images/dot-v.png) 20px top repeat-y;
}
*/

.dot-v--3 {
    background: transparent url(images/dot-v-3.png) 373px top repeat-y;
}

[class*="push--"] {
    position: relative;
}
.push--one-whole {
    left: 100%;
}

.push--one-half,
.push--two-quarters,
.push--three-sixths,
.push--four-eighths,
.push--five-tenths,
.push--six-twelfths {
    left: 50%;
}

.push--one-third,
.push--two-sixths,
.push--four-twelfths {
    left: 33.333%;
}

.push--two-thirds,
.push--four-sixths,
.push--eight-twelfths {
    left: 66.666%;
}

.push--one-quarter,
.push--two-eighths,
.push--three-twelfths {
    left: 25%;
}

.push--three-quarters,
.push--six-eighths,
.push--nine-twelfths {
    left: 75%;
}

.push--one-fifth,
.push--two-tenths {
    left: 20%;
}

.push--two-fifths,
.push--four-tenths {
    left: 40%;
}

.push--three-fifths,
.push--six-tenths {
    left: 60%;
}

.push--four-fifths,
.push--eight-tenths {
    left: 80%;
}

.push--one-sixth,
.push--two-twelfths {
    left: 16.666%;
}

.push--five-sixths,
.push--ten-twelfths {
    left: 83.333%;
}

.push--one-eighth {
    left: 12.5%;
}

.push--three-eighths {
    left: 37.5%;
}

.push--five-eighths {
    left: 62.5%;
}

.push--seven-eighths {
    left: 87.5%;
}

.push--one-tenth {
    left: 10%;
}

.push--three-tenths {
    left: 30%;
}

.push--seven-tenths {
    left: 70%;
}

.push--nine-tenths {
    left: 90%;
}

.push--one-twelfth {
    left: 8.333%;
}

.push--five-twelfths {
    left: 41.666%;
}

.push--seven-twelfths {
    left: 58.333%;
}

.push--eleven-twelfths {
    left: 91.666%;
}

.inner--gen {
    padding-left: 40px;
    padding-right: 40px;
}

.inner--gen--all {
    padding: 40px;
}

.inner--genx2--lr {
    padding-left: 80px;
    padding-right: 80px;
}

.inner--gen--r {
    padding-right: 40px;
}

.inner--genx2--r { /* x= multiplication */
    padding-right: 80px;
}

.inner--gen--l {
    padding-left: 40px;
}

.inner--genx2--l {
    padding-left: 80px;
}





/*------------------------------------*\
	$COMMUN
	^clearfix, ^hr, ^media, ^colortext, ^list, ^form
\*------------------------------------*/

html {
    font: 16px/1.5 'Roboto', Arial, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #363636;
    background-color: #fff;
}

h1,h2,h3,h4,h5,h6,hgroup,
p,figure,
pre,table,fieldset,
.island,.islet,.source{
    margin-bottom:21px;
    margin-bottom:1.5rem;
}

section {
    position: relative;
}

b, strong {
    font-weight: 700;
}

a {
    color: #5182cf;
}

/*---
	^clearfix
	Reference : nicolasgallagher.com/micro-clearfix-hack
---*/

.cf:before,
.cf:after{
    content:"";
    display:table;
}
.cf:after{
    clear:both;
}
.cf{
    zoom:1;
}


/*--- ^hr ---*/
.break {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}

.break--null {
    height: 40px;
}

.break--line {
    margin: 0 40px;
    height: 1px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(images/dot-h.png) left 50% repeat-x;
}

.clear-border-first {
    float: left;
    width: 976px;
    height: 48px;
    margin-left: -76px;
    background: url(images/bgd-top-galary.png) no-repeat left top;
}

.clear-border {
    height: 84px;
    margin: 0 40px;
    background: url(images/dot-h.png) repeat-x left 42px;
}


/*--- ^media ---*/

.media {
    display: block;
}
.media .img {
    float: left;
    margin-right: 30px;
}
.media .img-rev {
    float: right;
    margin-left: 30px;
}
.media .img img {
    display: block;
}
.bd {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
}
.bd >:last-child {
    /*margin-bottom: 0;*/
}
.illu-r {
    float: right;
    margin-bottom: 30px;
    margin-left: 21px;
}
.illu-l {
    float: left;
    margin-right: 30px;
    margin-bottom: 21px;
}
.illu-c, .center {
    text-align: center;
}
.hidden {
    display: none;
}
.invisible {
    display: block;
    visibility: hidden;
    height: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.db {
    display: block;
}
.db--inline {
    display: inline-block;
}
.m-auto {
    display: block;
    margin: 0 auto !important;
}
.m-reset {
    margin: 0 !important;
}
.p20 {
    padding: 20px;
}
.pr40 {
    padding-right: 40px;
}
.ml--small {
    margin-left: 10px;
}
.fck {
    overflow: hidden;
    line-height: 16px;
}
.fck ul, .fck ol {
    margin: 0 0 10px 0;
}
.fck ul li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: inside;
    list-style-type: disc;
}
.fck ol li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: inside;
    list-style-type: decimal !important;
}



/*--- ^alert ---*/

.alert-layer {
    display: block;
    position: absolute;
    top: -1500px;
    left: -15000px;
    overflow: hidden;
    padding: 3px 5px;
    background: #dfdfdf;
    color: #1a1a1a;
    font-size: 13px;
    text-indent: 5px;
}

.alert-layer .message {
    margin: 0;
    padding: 0 0 0 5px;
}

.layer-option-lang {
    padding: 4px 0 8px;
    left: 0;
    top: 35px;
    position: absolute;

    width: 110px;
    background: black;
    z-index: 99;
    /*border-radius: 0 0 8px 8px;*/
}

.layer-option-lang li {
    display: block;
    padding: 5px 14px 5px 5px;
    color: white;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    cursor: default;
}

.layer-option-lang li img {
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

.layer-option-lang li:hover {
    background: #5182cf;
}

.wi-bullet {
    vertical-align: middle;
    background: url(images/wi-bullet.png) no-repeat;
}

.wi-bullet-2 {
    background-position: 0 -150px;
    height: 30px;
    width: 25px;
}

.wi-bullet-3 {
    background-position: -50px -150px;
    height: 20px;
    width: 25px;
}

.wi-bullet-4 {
    background-position: 0 -50px;
    height: 11px;
    width: 20px;
}

.wi-bullet-5 {
    background-position: 0 -200px;
    height: 32px;
    width: 43px;
}



/*--- ^list ---*/
/* modif BUD pour la partie jobs */
.list__gen,
.job__item > ul {
    margin-bottom: 21px;
    margin-bottom: 1.5rem;
}

.list__gen > li,
.job__item > ul > li  {
    padding-left: 10px;
    background: url(images/list.png) left 7px no-repeat;
}

.list-type-current {
    margin-bottom: 21px;
    margin-bottom: 1.5rem;
}

.list-type-current li {
    padding-left: 15px;
    background: url(images/wi-bullet-list1.png) left 5px no-repeat;
}

.list-type-current li li {
    margin-left: 5px;
    background: url(images/wi-bullet-list2.png) left 5px no-repeat;
}


/*--- ^background ---*/

.wi-icon-bg {
    background: url(images/wi-icon-bg.png);
}

.wi-icon-1 {
    background-position: 0 -250px;
    height: 23px;
    width: 25px;
}

.day .wi-icon-2 {
    background-position: 0 -200px;
}

.day .wi-icon-3 {
    background-position: -50px -200px;
}

.day .wi-icon-4 {
    background-position: -100px -200px;
}

.day .wi-icon-5 {
    background-position: -150px -200px;
}


/*--- ^form ---*/

.form-search{ padding: 5px 15px 0 0; width: 180px; float: right;}
.form-search input[type="text"]{ margin:0; border:none; background:white; padding:2px 5px; width:146px; height: 18px; color:black; font-size:10px; float:left; line-height:18px;
    border-radius: 2px 0 0 2px; -webkit-border-radius: inset 0 0 2px #5f5f5f; -moz-border-radius: inset 0 0 2px #5f5f5f;
    box-shadow: inset 0 0 2px #5f5f5f;-moz-box-shadow: inset 0 0 2px #5f5f5f;-webkit-box-shadow: inset 0 0 2px #5f5f5f;}
.form-search input[type="submit"]:placeholder{ color:#a0a0a0}
.form-search input[type="submit"]::-webkit-input-placeholder{ color:#a0a0a0}
.form-search input[type="submit"]:-moz-placeholder{ color:#a0a0a0}
.form-search input[type="submit"]{ text-indent: -9999px; cursor: pointer; background:url(images/wi-icon.png) no-repeat 0 -100px; width:24px; height:22px; float:left; border:none; color: transparent;}
.form-search input[type="submit"]:hover{ background-position:-50px -100px}





/*------------------------------------*\
	$LAYOUT
\*------------------------------------*/

#container {
    width: 980px;
    margin: 0 auto;
    min-height: 440px;
}

.header {
    margin: 0 auto;
    width: 980px;
}

.container {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

.content {
    padding: 40px 0;
}

#footer {
    overflow: hidden;
}





/*------------------------------------*\
	$HEADER
	^corporate, ^logo, ^nav, ^nav main, ^nav sub, ^breadcrumb
\*------------------------------------*/

/*--- ^corporate ---*/

.corporate {
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: right;
    font-size: 12px;
    color: #2a2a2a;
}

.corporate a {
    margin: 0 6px;
    text-decoration: none;
    color: #2a2a2a;
}

.corporate a:hover {
    color: #929292;
    background: transparent url(images/dot-h.png) left bottom repeat-x;
}

.corporate > a:last-child {
    margin-right: 0;
}


/*--- ^nav ---*/

.nav--menu {
    overflow: hidden;
    position: relative;
}

.nav--menu li,
.breadcrumb li {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.nav--menu li > a:hover,
.breadcrumb li > a:hover {
    color: #929292;
    background: transparent url(images/dot-h.png) left bottom repeat-x;
}


/*--- ^nav main ---*/
.nav--menu--main {
    z-index: 1;
    height: 70px;
    background: #fff url(images/dot-nav-main.png) 1px 1px no-repeat;
}
.nav--menu--main li > a,
.breadcrumb li > a {
    color: #2a2a2a;
}

.nav--menu--main li > a.active {
    color: #929292;
    background: transparent url(images/dot-h.png) left bottom repeat-x;
}

.nav--menu--main ul {
    position: absolute;
    left: 100px;
    padding-top: 25px;
}

.nav--menu--main li:first-child {
    margin-left: 20px;
}


/*--- ^nav sub ---*/

.nav--products-name {
    float: left;
    margin-bottom: 0;
    padding: 3px 0 6px;
    font-size: 36px;
    color: white;
    line-height: 100%;
}
.nav--menu--sub {
    margin-top: -45px;
}
.nav--menu--sub ul {
    float: right;
    padding-top: 19px;
}
.nav--menu.nav--menu--sub li {
    margin: 0 5px;
}
.nav--menu--sub li:last-child {
    margin-right: 0;
}
.nav--menu--sub li > a.active {
    color: #929292;
    background: transparent url(images/dot-h.png) left bottom repeat-x;
}
.nav--menu--sub-intern {
    margin-top: 30px;
    padding-top: 40px;
    background: #fff;
}
.nav--menu--sub-intern .nav--products-name {
    color: #383838;
}
.nav--menu--sub-intern li > a {
    color: #383838;
}
.nav--menu--sub-intern li > a.active {
    color: #929292;
    background: transparent url(images/dot-h.png) left bottom repeat-x;
}
.nav--menu--sub--inner {
    margin: 0 40px;
    overflow: hidden;
}
.nav--menu--sub-intern .nav--menu--sub--inner {
    background: transparent url(images/dot-h.png) left bottom repeat-x;
}


/*--- ^nav main ---*/
.nav--menu .button-container {
    float: right;
    padding: 20px 10px;
}

header.header-jp .nav--menu li {
    font-size: 12px;
    margin: 0 3px;
}
header.header-jp .nav--menu li:first-child {
    margin-left: 20px;
}


/*--- ^main ---*/
#main {
    z-index: 0;
    position: relative;
    width: 980px;
    overflow: hidden;
    background: white;
    padding-top: 30px;
}
.main--gen {
    margin-top: 30px;
}
#main.main-type-1 {
    border-top: none;
}
.main-bottom {
    overflow: hidden;
    padding: 10px 35px;
    border-top: 1px solid #dbdbdb;
}
.main-bottom p {
    overflow: hidden;
    margin-bottom: 0;
    padding: 0 25px 0 0;
    color: #1a1a1a;
    font-size: 30px;
    text-align: right;
}
.main-bottom .list-link-type-1{
    margin-bottom: 0;
}

#content {}





/*------------------------------------*\
	$FOOTER
	^nav, ^language, ^bottom
\*------------------------------------*/

/*--- ^nav ---*/
.nav--footer {
    padding: 40px;
}

.nav--footer h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #000;
}

.nav--footer ul {
    margin-bottom: 0;
}

.nav--footer li {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    background-position: 0 6px;
}

.nav--footer li > a {
    color: #3c3c3c;
}

.nav--footer li > a:hover {
    color: #929292;
    background: url(images/dot-h.png) left bottom repeat-x;
}

.item--social {}

.social {
    float: left;
    display: block;
    margin-right: 3px;
    width: 25px;
    height: 25px;
    background: url(images/icon-social.png) left top no-repeat;
}
.social span {
    position: absolute;
    left: -9999px;
}
.social--facebook {
    background-position: 0 0;
}

.social--twitter {
    background-position: -25px 0;
}

.social--google {
    background-position: -50px 0;
}

.social--youtube {
    background-position: -75px 0;
}


/*--- ^language ---*/

/* OLD bug*/
.lang-block {
    position: relative;
}

.lang-block span {
    position: relative;
    display: block;
    width: 85px;
    padding: 0 14px 0 0;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 13px;
    color: white;
    background: url(images/arrow-1.gif) 100% 4px no-repeat;
    cursor: pointer;
}

.lang-block img {
    vertical-align: bottom;
}

#content--langue {
    float: left;
    overflow: hidden;
    padding: 4px;
    background-color: #323232;
}

#content--langue img {
    display: block;
}

#content--langue > a {
    display: block;
    float: left;
    margin-left: 4px;
}

#content--langue > a:first-child {
    margin-left: 0;
}

div#WaitMsgId {
    left:600px !important;
}

/*--- ^bottom ---*/
.footer__bottom {
    padding: 6px 0 3px;
    font-size: 11px;
    background-color: #1f2122;
    text-align: center;
}

.footer__bottom ul {
    padding-top: 8px;
}

.footer__bottom li {
    color: #E6E6E6;
    float: left;
    padding: 0 7px;
}

.footer__bottom li:first-child {
    padding-left: 30px;
}

.footer__bottom li a {
    color: #e6e6e6;
}

.footer__bottom li a:hover {
    color: #929292;
}

.footer__bottom .dot--v {
    background-position: 0 0;
}


/*--- ^section ---*/
.content--primary {
    padding-top: 80px;
    padding-bottom: 80px;
}
.content--primary.first {
    padding-top: 0;
}
.content--primary .last {
    margin-bottom: 0;
}

.title--primary {
    position: relative;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px;
    margin-bottom: 0;
    text-align: center;
}
.title--primary.first {
    padding-top: 40px;
    margin-bottom: 40px;
}

/*--- Spacerline ---*/
.content--primary + .content--primary:before {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    height: 1px;
    content: "";
    background-color: #b0b0b0;
}

.content--primary + .content--primary:before {
    margin-left: -150px;
    width: 300px;
}



/*------------------------------------*\
	$PAGE
		$home
		$software
			^introduction
			^product
			^feature
			^whatsnew
			^supported equipment
			^available looks
			^tech comparison
			^testimonial
			^dop users
		$news
		$gallery
		$tutorial
		$job
		$trial
\*------------------------------------*/

/*-----------------*\
	$home
\*-----------------*/

/*--- ^mainpart ---*/
.mp {
    position: relative;
    width: 100%;
}

.mp--products {
    display: block;
    margin-top: -85px;
    width: 100%;
    height: 496px;
    background: transparent 50% 0 no-repeat;
}

.h1-subtitle {
    margin-bottom: 42px;
    text-align: center;
    font-size: 30px;
    font-size: 2.1428rem;
    color: #6f6f6f;
    line-height: 1.4;
}

.h2-subtitle {
    margin-top: -12px;
    margin-bottom: 21px;
    font-size: 20px;
    font-size: 1.4285rem;
    line-height: 1.4;
    color: #6f6f6f;
}

.content--home {
    padding: 150px 0 40px;
}

.encart-cta {
    position: absolute;
}

.encart-cta--products {
    top: 121px;
    left: 50%;
    width: 210px;
    height: 295px;
    margin-left: 278px;
    background: white;
}

.encart-cta--products .cta--button {
    width: 100%;
    background: transparent url(images/cta-arrow-bottom.png) no-repeat;
}

.ecommerce .cta--packshot {
    padding: 0;
}

.cta--packshot {
    padding: 20px 0;
    text-align: center;
}

.cta--price {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.cta--price > span {
    display: block;
}

.cta--price > a {
    margin-top: 10px;
}
.no-edition {
    padding-top: 17px;
}

.cta--price img {
    float: left;
    margin: -12px 0 16px;
    margin-top: -12px;
    margin-right: 10px;
}

.price {
    font-size: 26px;
    line-height: 100%;
}

.price--stroke {
    font-size: 18px;
    text-decoration: line-through;
}


.cta--button {
    width: 64%;
    padding-top: 20px;
    text-align: center;
}

.cta--button > small {
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    text-transform: uppercase;
}

.dot--line {
    background: url(images/dot-h.png) left top repeat-x;
}

.dot--line--1px {
    height: 1px;
}

.cta--price.dot--line {
    margin-top: 20px;
}





/*-----------------*\
	$software
		^introduction
		^product
		^feature
		^whatsnew
		^supported equipment
		^available looks
		^tech specs
		^testimonial
		^dop users
\*-----------------*/

/*--- ^introduction --*/

/*--- ^product --*/

/*--- ^feature --*/

/*--- ^whatsnew --*/

/*--- ^supported equipment --*/

/*--- ^available looks --*/
.table__list {
    display: table;
    width: 100%;
}

.table__list tr {
    background: transparent url(images/border-news.png) left bottom repeat-x;
}

.table__list tr.noline {
    background: none;
}

.table__list td {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
}

.available-film-look h2 {
    margin-bottom: 0;
}

.available-film-look .col-1 {
    width: 40%;
}

.available-film-look .col-2 {
    width: 10%;
}

.available-film-look .col-3 {
    width: 10%;
}

.available-film-look .col-4 {
    width: 40%;
}

.icon-fp-available {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: transparent url(images/icon-fp-available.png) 0 0 no-repeat;
}

.icon-fp-available.ess {
    background-position: 0 0;
}

.icon-fp-available.exp {
    background-position: -20px 0;
}


/*--- ^tech specs --*/
.tech-specs {}

.tech-specs__specs p {
    text-align: center;
    margin-bottom: 0;
}
.tech-specs__specs h2 {
    margin-bottom: 0;
}

.tech-specs__specs .break--line {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}


/*--- ^testimonial --*/

/*--- ^dop users --*/

/*
$LIST-SOCIAL
*/
.list-social{ overflow:hidden;}
.list-social li{float:left; padding: 0 5px;}
.list-social li a{ float:left}

.slider-wrapper {
    overflow: hidden;
    width: 980px;
    height: 358px;
    position: relative;
    z-index: -1;
}
#slider {
    position: relative;
    width: 980px;
}
#slider .item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 980px;
}

/*
$CONTROL-NAV
*/
#control-nav {
    z-index: 3;
    position: absolute;
    top: 340px;
    left: 465px;
}

#control-nav li {
    float: left;
    padding: 0 2px;
}

#control-nav li a {
    display: block;
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    background: url(images/wi-icon.png) no-repeat -100px -100px;
}

#control-nav li a:hover,
#control-nav li.active a {
    background-position: -150px -100px;
}



/*
$BLOCK-BANNER
*/
.block-banner {
    position: relative;
    /*padding-top: 40px;*/
    padding-bottom: 30px;
    overflow: hidden;
}

/*.block-banner > p {
    margin-bottom: 0;
}*/

.block-banner .list-link-type-1 {
    z-index: 11;
    position: absolute;
    top: 490px;
    right: 30px;
}

.block-banner-3 {
    padding-bottom: 10px;
}

/*
$LIST-LINK-TYPE-1
*/
.list-link-type-1 {
    overflow: hidden;
    float: right;
}

.list-link-type-1 li {
    overflow: hidden;
    float: left;
    height: 50px;
    margin: 0 5px;
}

.list-link-type-1 li a {
    float: left;
    min-width: 100px;
    border: 1px solid #3D6EBA;
    padding: 3px 30px 3px 9px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    background: #5182cf; /* Old browsers */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#5182cf), to(#4570c1));
    background: -webkit-linear-gradient(#5182cf 0%, #4570c1 100%);
    background: -moz-linear-gradient(#5182cf 0%, #4570c1 100%);
    background: -o-linear-gradient(#5182cf 0%, #4570c1 100%);
    background: linear-gradient(#5182cf 0%, #4570c1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5182cf', endColorstr='#4570c1',GradientType=0 ); /* IE6-8 */

    -webkit-box-shadow: 0 5px 9px 0px #B4C5E6;
    box-shadow: 0 5px 9px 0px #B4C5E6;
}


.list-link-type-1 li a:hover {
    border: 1px solid #3D6EBA;
    background: #4570c1;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#4570c1), to(#5182cf));
    background: -webkit-linear-gradient(#4570c1 0%, #5182cf 100%);
    background: -moz-linear-gradient(#4570c1 0%, #5182cf 100%);
    background: -o-linear-gradient(#4570c1 0%, #5182cf 100%);
    background: linear-gradient(#4570c1 0%, #5182cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4570c1', endColorstr='#5182cf',GradientType=0 );
}

/*
$LINK-SLIDER
*/
.link-silder {
    z-index: 11;
    position: absolute;
    right: 26px;
    bottom: 102px;
}

.link-silder li {
    float: left;
    margin: 0 25px 0 0;
    overflow: hidden;
}

.block-outer-5 .block-inner .block-content li img {
    display: block;
}





/*-----------------*\
	$job
		^home
		^item
\*-----------------*/


/*--- ^home ---*/
.job-list__item {
    display: block;
    border: 5px solid #f2f2f2;
    background-color: black;
}

.job-list--inner {
    overflow: hidden;
}

.job-list--inner > img {
    display: block;
    -moz-transition: opacity 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
}

.job-list--inner:hover > img {
    opacity: 0.5;
}

.job-list--fonction {
    width: auto;
    display: block;
    padding: 10px;
    text-align: center;
    color: #363636;
    background-color: white;
}

.job-list--inner:hover .job-list--fonction {
    color: #5182cf;
}

ul.job-list > li {
    margin-bottom: 20px;
}


/*--- ^item ---*/

.content--job h1 {
    margin-bottom: 10px;
}

.job__header {

}

.job__social-share {
    padding: 10px 0;
}

.job__infos {
    padding: 10px 0;
}

.job__infos .dot--v {
    background-position: 0 0;
}

.job__infos .dot--v:first-child {
    background: none;
}

.job__infos--ref {
    padding-top: 10px;
    font-weight: 600;
}

.job__item {

}

.job__item h2 {
    font-weight: 600;
}

.job__contact {
    /*margin: 62px 0;*/
    margin-bottom:62px;
    padding: 16px 0;
    border-top: 1px dotted #929292;
    border-bottom: 1px dotted #929292;
    text-align: center;
}



.jobsmain-bottom {
    padding: 30px 80px 25px 10px;

}

.jobsmain-bottom li a {
    padding-right: 0;
    text-transform: none;
    font-size: 16px;
}

.jobc-bottom {
    padding: 30px 0 25px 0;
}

.jobc-bottom li a {
    font-size: 12px;
}

.init-icon-btn-5 {
    float: right;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    font-size: 16px;
    background-position: right -297px;
}

.wi-icon-6 {
    float: left;
    width: 20px;
    height: 15px;
    margin-right: 5px;
    background-position: 0 -330px;
}

/*
$POPUP-LIGHT-BOX
*/

.popup-type-1 {
    position: relative;
    margin: 25px 0;
}

.popup-type-1 .rnd {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 20px;
}

.popup-type-1 .bm,
.popup-type-1 .tm {
    right: 25px;
    left: 25px;
    width: auto;
    height: 25px;
}

.popup-type-1 .tl {
    top: -25px;
    left: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.popup-type-1 .tr {
    top: -25px;
    right: 0;
    background-position: 100% 0;
    background-repeat: no-repeat;
}

.popup-type-1 .bl {
    bottom: -25px;
    left: 0;
    background-position: 0 -25px;
    background-repeat: no-repeat;
}

.popup-type-1 .br {
    right: 0;
    bottom: -25px;
    background-position: 100% -25px;
    background-repeat: no-repeat;
}

.popup-type-1 .tm {
    top: -25px;
    left: 25px;
    background-position: 0 -50px;
}

.popup-type-1 .bm {
    bottom: -25px;
    left: 25px;
    background-position: 0 -75px;
}

.popup-type-1 .lm {
    background-position: 0 0;
}

.popup-type-1 .rm {
    background-position: -25px 0;
}

.popup-type-1 .rnd {
    background-image: url(images/popup-repeat-x.png);
    background-repeat: repeat-x;
}

/*left Middle*/

.popup-type-1 .lm {
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(images/popup-repeat-y.png);
    background-repeat: repeat-y;
}

/*right Middle*/

.popup-type-1 .rm {
    top: 0;
    right: 0;
    height: 100%;
    background-image: url(images/popup-repeat-y.png);
    background-repeat: repeat-y;
}

.popup-content {
    margin: 0 25px;
    overflow: hidden;
    background: #fff;
}

.popup-close {
    position: absolute;
    top: -20px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url(images/wi-icon-bg.png) 0 -360px no-repeat;
}

#load-content {
    margin-bottom: 20px;
}

.control-content {
    overflow: hidden;
}

.control-content a {
    cursor: pointer;
}

.btn-next {
    float: left;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url(images/wi-icon-bg.png) 0 -420px no-repeat;
}

.btn-pre {
    float: left;
    bottom: 0;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    text-indent: -9999px;
    background: url(images/wi-icon-bg.png) 0 -390px no-repeat;
}

.current-img {
    float: left;
    padding: 2px 0 0 5px;
    font-size: 14px;
    color: #353535;
}


/*--- $CONTENT ---*/
.content-outer	{ background: url(images/bgd-content-outer.png) repeat-y; overflow: hidden; position:relative; margin-bottom: 50px;
}

.left-content {
    float: left;
    width: 66.666%;
}

.right-content {
    width: 33.333%;
}

.left-content,
.right-content {
    float: left;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/*
$HOME $OLD
*/
.description {
    margin-bottom: 0.2em;
    text-align: center;
    font-weight: normal;
    color: #1a1a1a;
}

.sub-description {
    width: 706px;
    margin: auto;
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    color: #535353;
}

.description span {
    display: block;
    position: absolute;
    width: 974px;
    height: 31px;
    margin-top: -7px;
    margin-right: 2px;
    margin-left: 2px;
    background: url(images/gradient-white.png) repeat-x scroll 0 -1px transparent;
}

.description img {
    display: block;
    margin: auto;
}

.block .thumbnail {
    float: left;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}

.block-type-1,
.block-type-2 {
    min-height: 450px;
}

.block-type-1 .thumbnail {
    width: 324px;
    height: 385px;
}

.block-type-1 ul li {
    float: left;
    margin-bottom: 5px;
}

.block-type-1 .related h3,
.block-type-2 .related h3 {
    margin-bottom: 0;
}

.block-type-2 .thumbnail {
    width: 247px;
    height: 120px;
}

.thumbnail:hover span {
    float: left;
    height: 99.8%;
    position: absolute;
    width: 100%;
    cursor: pointer;

}
.thumbnail:hover span span {
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    -moz-opacity: 0.25;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.block {
    padding: 0 40px 42px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.title-block {
    display: inline-block;
    margin-bottom: 0;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    color: #FFF;
    background-color: #1F2122;
}

.title-block-line {
    display: block;
    height: 1px;
    background: #000;
}

.block-type-3,
.block-type-4 {
    margin-bottom: 15px;
    min-height: 320px;
}

.block-type-4 .block-content .related a.press-img {
    display: block;
    background: url(images/bgd-shadow.jpg) no-repeat scroll left bottom transparent;
}

.block-type-4 .block-content .related a.press-img:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.93;
}

.block-type-3 img {
    float: left;
}

.block-type-4 .block-content {
    padding-top: 25px;
}

.block-type-3 .item {
    width: 100%;
}

.block .block-content {
    clear: both;
    /*border-top: 1px solid #1F2122;*/
}

.contextual-links-region a {
}

.block-type-3 .related {
    height: 180px;
}

.related {
    overflow: hidden;
}
.related p {
    color: #3C3C3C;
}

.block .related h3 {
    padding-top: 20px;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 1.05em;
}
.block .related h3 a {
    color: #1a1a1a;
}
.block .related h3 a:hover {
    color: #4C7DCB;
    text-decoration: none;
}

.block .related a {
    color: #4C7DCB;
}

.block .related a:hover {
    text-decoration: underline;
}

.block .related .subtitle {
    font-size: 11px;
    font-size: 0.78571rem;
    margin-bottom: 1.5em;
}

.block-type-3 .related .subtitle {
    text-transform: uppercase;
}

.block-type-2 .related .txt-type-1 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 25px;
    text-indent: 25px;
    font-family: Georgia;
    font-style: italic;
}

.block-type-1 .related .wrap-photo{
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 5px;
    border: 1px solid #4C4C4C;
    height: 69px;
}

.block-type-1 .related .wrap-photo span {
    position: absolute;
    margin: 0;
    border: medium none;
    height: 69px;
    width: 69px;

    box-shadow: 0 0 2px rgba(0, 0, 0, 0.9) inset!important;
}

.block-type-1 .related  ul li a:hover {
    text-decoration: none;
    opacity: 0.9;
    -moz-opacity: 0.93;
    filter:alpha(opacity=90);
}

.block-type-2 .related p img.wi-bullet-2 {
    left: 0;
}

.block-type-2 .related p img.wi-bullet-3 {
    right: 0;
}

.block-type-2 .related p img.wi-bullet {
    position: absolute;
}

a.more-content {
    float: right;
    margin-top: 30px;
    padding-left: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #4C7DCB;
    background: url(images/wi-bullet.png) no-repeat scroll -50px 4px transparent;
}

a.more-content:hover{
    color: #4C7DCB;
    text-decoration:underline;
}
.block-type-2 .related a.more-content {
    margin-top: 25px;
}

.block-type-3 .list-type-1 {
    float: left;
    margin-top: 40px;
    margin-bottom: 0;
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    height: 70px;
    border-radius: 7px;
    background: url(images/bgd-blockdxo.png) repeat-x;
}


.block-type-3 .related .item a img {
    float:left;
    margin: 20px 20px 40px 0;
}

.block-type-3 .block-content {
    position: relative;
}

.block-type-3 .list-type-1 > li{

    float: left;
    position: relative;
    width: 33.333%;
    height: 70px;
    text-align: center;
    background: url(images/border-block-dxo.png) left 0 no-repeat;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.block-type-3 .list-type-1 > li img.wi-bullet {
    display: none;
}

.block-type-3 .list-type-1 > li.active img {
    display: block;
    position: absolute;
    top: -10px;
    left: 47%;
}

.block-type-3 .list-type-1 > li a {
    float: left;
    margin: 22px 0;
    padding: 0 20px;
    max-height: 28px;
    font-size: 13px;
    font-weight: bold;
    color: #1A1A1A;
}

.block-type-3 .list-type-1 > li a:hover{
    text-decoration:none;
    color:#4C7DCB;
}

.block-type-3 .list-type-1 > li a span {
    font-weight: normal;
}

.related .txt-type-2 {
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.related .txt-type-2 a {
    text-transform: none;
    font-size: 12px;
}

.block-type-4 .related a.more-content {
    margin-top: 5px;
}

.related .txt-type-2 span {
    display: block;
    padding-top: 5px;
    text-transform: none;
    font-size: 11px;
    line-height: 13px;
}


/*---FilmPack---*/
.fp3-fonction-plugin {
    padding: 0 10px;
    border: 1px solid #E8E8E8;
    border-radius: 3px 0 0 3px;
    background-color: #F2F2F2;
}

.fp3-fonction-plugin > li {
    padding: 5px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #DADADA;
}

.fp3-fonction-plugin > li > img {
    float: left;
    margin-right: 10px;
}

/*
$PRODUCT
*/
.content-outer-1 {
    margin-top: 50px;
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden;
}

.product-block {
    padding: 0 40px;
    overflow: hidden;
    background: url(images/bgd-product.png) no-repeat scroll 0 25px #FFF;
}

.product-block .item {
    float: left;
    width: 50%;
    height: 240px;
    padding-top: 15px;
    padding-left: 35px;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.product-block .item h3 {
    margin-bottom: 0;
    padding: 0;
    line-height: 1.5em;
}

.product-block div.odd {
    padding-left: 0;
    padding-right: 35px;
}

.product-block .block-content div h3 a,.block-type-10 h3 a {
    display: block;
    padding-top: 5px;
    font-size: 28px;
    color: #1a1a1a;
    font-weight: normal;
}

.product-block .block-content div .subtitle {
    clear: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;
    color: #464646;
    line-height: 1em;
}

.product-block .block-content div h3 a:hover,.block-type-10 h3 a:hover {
    color: #4C7DCB;
    text-decoration: none;
}

.product-block .block-content div span {
    float: left;
    position: relative;
    margin-right: 20px;
    height: 64px;
}

.product-block .block-content div p {
    color: #3c3c3c;
    font-size: 14px;
    clear: both;
    display: block;
    padding-top: 20px;
}

.product-block .block-content div p a {
    color: #4C7DCB;
}

.product-block .block-content div p a:hover {
    text-decoration: underline;
}

.block-content a.more-link {
    float: right;
    clear: both;
    margin-top: 10px;
    padding-left: 8px;
    font-size: 12px;
    color: #4C7DCB;
    background: url(images/wi-bullet.png) no-repeat scroll -50px 3px transparent;
}

.block-type-5 {
    float: left;
    width: 50%;
    padding-left: 40px;
}

.block-type-5 .related h3 a {
    position: absolute;
    top: 25px;
    left: 0;
    width: 418px;
    height: 350px;
    overflow: hidden;
}

.gallery-type-2 div.item {
    position: absolute;
    top: 25px;
    left: 0;
    width: 418px;
}

.block-type-5 .item a:hover span span {
}

.block .gallery-type-2 h3,
.block .gallery-type-2 h3 a {
    top: 0;
    left: 0;
    padding: 0;
}

.block-type-5 .block-content {
    position: relative;
}

.block-type-5 .block-content .gallery-type-2 {
    display: block;
    left: 0;
    width: 450px;
    height: 428px;
    margin-top: 25px;
    margin-bottom: 10px;
    border-right: 1px solid #DBDBDB;
    overflow: hidden;
}

.gallery-type-2 div.item .subtitle {
    top: 20px;
    margin-bottom: 20px;
}

.block-type-5 .block-content div.item h3 a:hover {
    text-decoration: none;
    color: #4C7DCB;
}

.block-type-5 .related div.item .subtitle {
    padding: 0;
    font-size: 18px;
    color: #464646;
}

.block-type-5 .related div.item img {
    float: left;
    margin: 15px 0;
    border: 1px solid #abb2bb;
}

.block-type-5 .related div.item p {
    float: left;
    position: relative;
    padding: 0 9px 10px 55px;
    font-family: Georgia;
    font-style: italic;
}

.block-type-5 .more-content {
    margin-top: 20px;
}

.block-type-5 .block-content .related div.item p img.wi-bullet-5 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border: none;
}

#block-control-nav {
    z-index: 100;
    position: absolute;
    top: 435px;
    right: 0;
    overflow: hidden;
}

#block-control-nav ul {
    float: right;
}

#block-control-nav li {
    float: left;
}

#block-control-nav li a {
    display: block;
    width: 13px;
    height: 15px;
    margin-left: 12px;
    text-indent: -9999px;
    vertical-align: middle;
    background: url(images/wi-bullet.png) no-repeat scroll -48px -248px transparent;
}

#block-control-nav li.active a {
    margin-top: -2px;
    background: url(images/wi-bullet.png) no-repeat scroll 0 -248px transparent;
}

#block-control-nav li a:hover {
    margin-top: -2px;
    background: url(images/wi-bullet.png) no-repeat scroll 0 -248px transparent;
}

.block-type-5 a.more-link {
    margin-top: 30px;
}

.content-outer-3 .block-type-6 {
    float: left;
    width: 50%;
    padding-left: 35px;
}

.content-outer-3 .block-type-6 h2 {
    color: #fff;
    background: #000;
}

.block-type-6 .block-content {
    padding: 0;
    border-top: 1px solid #000;
}

.block-type-6 .block-content {
}

.block-type-6 .block-content h3 {
    padding-top: 25px;
}

.block-type-6 .block-content h3 a {
    display: block;
    font-size: 28px;
    color: #1a1a1a;
}

.block-type-6 .block-content ul li h3 a:hover {
    text-decoration: none;
    color: #4C7DCB;
}

.block-type .related a.more-link {
    margin-top: 5px;
}

/*
$IMMA
*/
.block-banner-inner {
    position: absolute;
    right: 0;
    bottom: 35px;
    padding: 30px 0 0 40px;
    width: 565px;
    height: 268px;
    background-color: rgba(240,238,236,0.75);
    background: #f0eeec;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    *bottom: 30px;
}

/*.more-product-detail { display: block; clear:both; }*/
.block-banner-inner .wrap-photo img {
    max-height: 65px;
}
.block-banner-user h3{
    margin-bottom: 0;
}
.block-banner-user .box-image-large{
    margin-bottom: 0;
}
.box-image-large{
    /*border: 1px solid #C0C0C0;*/
    float: left;
    height: 51px;
    margin-right: 18px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}
.box-image-large span{
    border: medium none;
    box-shadow: 0 0 1px rgba(192, 192, 192, 1) inset;
    height: 100%;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.block-banner-inner h3 a{
    font-size: 20px;
    color: #1a1a1a;
    font-family: Tahoma, Geneva, sans-serif;
    margin: 10px 0 2px 0;
    display: block;
}
.block-banner-inner h3 a:hover{
    text-decoration: none;
    color: #4C7DCB;
}
.block-banner-inner p.subtitle {
    font-size: 13px;
    color: #333333;
    clear: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.block-banner-inner p {
    clear:both ;
    font-size: 14px;
    line-height: 1.5em;
    color: #3c3c3c;
    font-family: Tahoma, Geneva, sans-serif; padding-top: 10px;
    padding-top: 5px;
}

.block-banner-inner p img.wi-bullet {
    float: left;
    margin-top: 15px;
}
.block-banner-inner p span {
    float: left;
    overflow: hidden;
    margin-top: 25px;
    width: 475px;
    max-height: 65px;
    padding-left: 30px;
    font-family: Georgia;
    font-size: 14px;
    color: #333333;
    font-style: italic;
    line-height: 22px;
}
.block-banner-inner .wrap-photo{
    overflow: hidden;
    position: relative;
    float: left;
    margin: 20px 8px 0 0;
}

.block-banner-inner .wrap-photo span {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.block-banner-inner a.more-content {
    float: left;
    margin-left: 8px;
    margin-top: 58px;
}

.content-outer-2 {
    padding: 0 0 50px;
    overflow: hidden;
}

.imma-block  {
    float: none;
}
.imma-block .block-content {
    padding-top: 20px;
}

.imma-block .block-content div.item {
    float: left;
    width: 33.333%;
    height: 240px;
    margin: 10px 0 20px;
    padding-left: 2px;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.imma-block .block-content div.first {
    padding-left: 0;
}

.imma-block .block-content div.item .light-box-1,
.imma-block .block-content div.item .light-box-2 {
    position: relative;
    overflow: hidden;
    height: 205px;
}

.imma-block .block-content div.item .light-box-1 > img,
.imma-block .block-content div.item .light-box-2 > img {
    display: block;
}

.imma-block .block-content div.item .light-box-1 h3 a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 92px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: Myriad Pro;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    background: #191916\9;
    background: none repeat scroll 0 0 rgba(25, 25, 22, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.imma-block .block-content div.item .light-box-1 h3 a span {
    display: block;
    clear: both;
    color: #d5d5d5;
    font-size: 14px;
}

.imma-block .block-content div.item p {
    clear: both;
    color: #8C8C8C;
    display: block;
    font-size: 11px;
    max-height: 42px;
    padding-left: 10px;
    padding-top: 7px;
    line-height: 14px;
}

.imma-block .block-content div.item .light-box-2 h3 a {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: left;
    text-indent: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    background: #1919169;
    background: none repeat scroll 0 0 rgba(25, 25, 22, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.imma-block .block-content div.item .light-box-2 h3 a span {
    display: block;
    clear: both;
    font-size: 14px;
    color: #d5d5d5;
}


/*--- $CONT ---*/
.scroll-highlight {
    position: fixed;
    top: -4px;
    left: 0;
    width: 100%;
    min-height: 37px;
    background: url(images/bgd-cont-scroll.png) no-repeat scroll top center transparent;
    z-index: 99;
}

.scroll-highlight ul.sub-nav-lev3 {
    width: 990px;
    margin: auto;
}

.scroll-highlight ul.sub-nav-lev3 li {
    background: url(images/border-cont-scroll.png) no-repeat scroll left 1px transparent;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    padding-left: 10px;
}

.scroll-highlight ul.sub-nav-lev3 li a {
    font-size: 10px;
    color: #383838;
    text-transform: uppercase;
}

.scroll-highlight ul.sub-nav-lev3 li a:hover {
    color: #000000;
    text-decoration: none;
    /*font-weight: bold;*/
    /*font-size: 9px;*/
}

.scroll-highlight ul.sub-nav-lev3 li:first-child {
    background: none;
}

.list-cat {
    margin: auto;
    position: relative;
    width: 990px;
    right: 0;
    top: 0;
}

* + html .list-cat{top: -30px; } /* IE7 */
.list-cat ul { width: 255px; float: right; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); border: 1px solid #cccccc; background-color: #fff; margin-right: 15px; display: none; position: absolute; right: 0; top: 32px;}
.list-cat ul li { float:left ; width: 100%;  }
.list-cat ul li:first-child { margin-top: 10px; }
.list-cat ul li a {color: #414141; float: left; font-size: 10px; padding: 7px 12px 7px 20px; text-transform: uppercase; width: 223px; line-height: 13px;}
.list-cat ul li a:hover { background-color: #f3f3f3;  }
.list-cat a.more-cat {background: url("images/wi-bullet.png") no-repeat scroll 0 -350px transparent; float: right; height: 10px; margin-right: 20px; margin-top: 11px; width: 15px; position: absolute; right: 0; top: 0;}

.cont-description {
    margin-bottom: 0;
    text-align: center;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 38px;
    font-weight: normal;
    color: #1a1a1a;
}

.toolbar-outer .link { position: absolute; right:10px; top: 10px}
.cont-block .content-inner-1 table table tr .link,.successful-type-1 table table tr .link { border: 1px solid #006699; }
.cont-block .content-inner-1 table table tr div .link { border: none; }
.successful-type-1 ul li .link { border: none !important; }
.successful-type-1 .content-inner h2 {  border-bottom: 1px solid #000000; margin: 15px 0; overflow: hidden;}
.successful-type-1 .content-inner h2 span {  background: none repeat scroll 0 0 #1F2122; clear: left; color: #FFFFFF; float: left;font-size: 10px; font-weight: normal; padding: 5px 10px; text-transform: uppercase; width: auto; }

.block-type-9 {
    position: relative;
    margin: 0 auto;
    padding: 0 0 42px;
    min-height: 100px;
    overflow: hidden;
}

.block-type-9 .list-category {
    margin: 0 auto;
    padding-left: 2px;
    overflow: hidden;
}

.desc-type-cat01 p {
    padding-left: 10px;
    line-height: 16px;
}

.list-category .item a {
    display: block;
    position: relative;
    height: 125px;
    color: white;
}

.block-type-9 .list-category .item {
    float: left;
    width: 239px;
    height: 125px;
    margin: 0 0 16px 4px;
    overflow: hidden;
    cursor: pointer;
}

.block-type-9 .list-morecategory .item {
    float: left;
    width: 239px;
    margin: 0 0 16px 5px;
    cursor: pointer;
    background-color: #f7f7f7;
}

/*Mode hover*/
span.category-nav-sub{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    background: #000;
    background: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);

    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
a:hover span.category-nav-sub{
    height: 125px;
    line-height: 125px;
}

.block-type-9 .list-category .item.noimage{
    height: 80px;
}

.fond_op {
    background-image: url(/var/dxo/storage/fckeditor/Image/Support/v6-opp-fond_fr.jpg);
    background-repeat: no-repeat;
}

.fond_of {
    background-image: url(/var/dxo/storage/fckeditor/Image/Support/v6-ofp-fond.jpg);
    background-repeat: no-repeat;
}

.block-type-9 .list-category .item .thumbnail-small {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.block-type-9 .list-category .item .thumbnail-small > img {
    display: block;
}

.block-type-9 .list-category .item h3 a {
    display: block;
    clear: both;
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    color: #464646;
}

.block-type-9 .list-link-type-1 {
    /*bottom: 65px;*/
    /*margin-right: 15px;*/
    /*position: absolute;*/
    /*right: 0;*/
}

.block-type-9 .list-link-type-1 a {
    text-transform: capitalize;
    line-height: 23px;
}

.more-category {
    display: block;
    clear: both;
    width: 220px;
    height: 37px;
    margin: 0 auto;
    background: url(images/plus-minus-icon.png) repeat scroll 0 -50px transparent;
    cursor: pointer;
}

.more-category img {
    display: block;
    margin: auto;
}

a.more-category.active {
    background: url(images/plus-minus-icon.png) repeat scroll 0 3px transparent;
}

.block-type-9 .list-morecategory {
    display: none;
    overflow: hidden;
    padding-top: 15px;
}
.block-type-9 .list-morecategory .item{
    /*		height: 60px;
            overflow: hidden;*/
}
.block-type-9 .list-morecategory .item:hover{
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
}
.block-type-9 .list-morecategory .item h3{
    margin-bottom: 0;
    padding:0;
    font-size: 14px;
    font-size: 1rem;
}
.block-type-9 .list-morecategory .item h3 a {
    display: table-cell;
    width: 239px;
    height: 40px;
    color: #464646;
    text-align: center;
    vertical-align: middle;
    background-color: #f7f7f7;
}

.clear-text {
    display: block;
    float: left;
    margin-top: 30px;
    margin-left: -2px;
    height: 50px;
    width: 980px;
    background: url(images/bgd-top-galary.png) no-repeat left top;
}

.cont-block {
    margin-bottom: 0;
    padding: 0 40px;
}

.cont-block p {
    margin-bottom:21px;
    margin-bottom:1.5rem;
}

.cont-block .item {}

.cont-block .block-content {
    border: medium none;
    line-height: 1.5;
}

.cont-block .item:last-child .clear-border{
    background-image: none;
}

.cont-block .content-inner-1 h2 span {
    background: none repeat scroll 0 0 #1F2122;
    clear: left;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    width: auto;
}

.cont-block .content-inner-1 h2 span.title-short,.successful-type-1 h2 span.title-short {
    max-width: 485px;
}

.cont-block .item .floatleft p {
    float: none;
}

.cont-block span.wrap-photo {
    float: left;
    margin-right: 15px;
    position: relative;
    border: 1px solid #C9C9C9;
    height: 70px;
    width: 70px;
}

.floatleft {
    float: left;
    overflow: hidden;
}

.floatleft p {
    float: left;
}
.cont-block .floatleft p a {
    clear: left;
    display: block;
    width: auto;
}


.content-inner-1 {}

.content-inner-1 a {
    color: #3C6EBC;
}
.content-inner-1 a:hover {
    text-decoration: underline;
}

.cont-block .block-content.contextual-links-region .wrap-photo span {}

.title-product {
    margin-bottom: 0;
    color: #1A1A1A;
    font-weight: normal;
    line-height: 38px;
}

.item__product{}

/*.item__product h3{
	font-weight: normal;
}*/

.clear-border a {
    float: right;
    margin-top: 48px;
    width: 15px;
    height: 8px;
    background: url(images/top-icon.png) no-repeat scroll 0 0 transparent;
}

.clear-border a:hover {
    background: url(images/top-icon.png) no-repeat scroll 0 -8px transparent;
}

.contmain-bottom span {
    font-size: 16px;
    color: #383838;
}

/*
$NEWS
*/
.content--news {}

.news--item .highlight-type-1 {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}

.highlight-type-1 {
    padding: 40px 80px;
    overflow: hidden;
    background: url(images/dot-h.png) left bottom repeat-x;
}

.highlight-type-2 {
    overflow: hidden;
    padding: 0 80px;
    min-height: 500px;
}

.highlight-type-2 p > a {
    color: #5182cf;
}

.header-title {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 10px;
    background: url(images/dot-h.png) left bottom repeat-x;
}

.header-title a {
    color: #363636;

}

.header-title a:hover {
    color: #5182cf;
}
/*	.highlight-type-1 span.wrap-photo {
		float: left;
		position: relative;
		margin-right: 5px;
		border: 1px solid #c9c9c9;
		height: 54px;
	}*/
.highlight-type-1 .header-title span.wrap-photo {
    float: left;
    margin-right: 25px;
    width: 97px;
}
.highlight-type-1 .wrap-photo span {
    position: absolute;
    width: 97px;
    height: 54px;
    border: medium none;
    margin: 0;
}

.highlight-type-1 a:hover .wrap-photo span {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.9) inset;
}

/*	.highlight-type-1 h2 a,
	.highlight-type-1 h2 {
	    font-family: Arial,Helvetica,sans-serif;
	    font-size: 28px;
	    font-weight: normal;
	}*/

/*	.highlight-type-1 h2{
		margin-bottom: 0;
	}*/

.highlight-type-1 h2 a:hover {
    color: #5182cf;
}
.highlight-type-1 .day span {
    float: left;
    padding: 0 20px 0 25px;
    /*border-right: 1px solid #CCCCCC;*/
    height: 23px;
    background: url(images/wi-bullet.png) no-repeat scroll 0 -362px transparent;
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 23px;
}
.highlight-type-1 .day {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.highlight-type-1 .day a {
    float: left;
    margin-left: 10px;
    width: 23px;
    height: 25px;
}
.highlight-type-1 .day a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity: 0.85;
    -moz-opacity: 0.85;
}

.highlight-type-2 h2 {
    font-size: 26px;
    font-size: 1.8571rem;
    line-height: 1.23809;
    font-weight: 400;
}
.highlight-type-2 .block-content p {
    /*padding-bottom: 15px;*/
    /*line-height: 1.4em;*/
    /*color: #383838;*/
}
.highlight-type-2 .block-content a {
    color: #4b7ac2;
}
.highlight-type-2 .block-content a:hover {
    text-decoration: underline;
}
.highlight-type-2 .list-type-3 {
    padding-top: 0;
}
.highlight-type-2 .block-content ul li {
    color: #383838;
}
.highlight-type-2 .block-content ul li a {
    color: #383838;
}

.main-bottom.news-bottom {
    margin-top: 70px;
    padding: 16px 15px 10px;
    width: 97%;
    display: inline-block;
}

.news-bottom span {
    font-size: 18px;
    color: #383838;
}

.table {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.highlight-type-2 .block-content .table ul li {
    list-style-type: none;
    background: none;
    padding: 0;
}

.highlight-type-2 .block-content .table ul {
    list-style-type: none;
}

.highlight-type-2 .block-content .table ul:first-child {
    background: none;
    padding: 0;
}

.table ul li h3 {
    border-bottom: 1px solid #000;
    float: left;
    width: 100%;
}

.highlight-type-2 table {
    margin-bottom: 21px;
}

.highlight-type-2 table tbody {
    border-top: none;
}

.highlight-type-2 #newscaf table tr td {
    padding: 10px 0 10px 10px;
    min-height: 15px;
    font-size: 12px;
    background: url("images/border-news.png") repeat-x scroll center bottom transparent;
}

.highlight-type-2 #newscaf table tr td:first-child {
    padding-left: 0;
}

.table ul li h3 span {
    float: left;
    clear: left;
    width: auto;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 10px;
    color: #FFF;
    background: none repeat scroll 0 0 #1F2122;
}

.table ul {
    float: left;
    width: 864px;
    padding: 10px 0;
    min-height: 15px;
    line-height: 15px;
    background: url("images/border-news.png") repeat-x scroll center bottom transparent;
}

#newscaf > table {
    width: 100%;
    padding: 10px 0;
    min-height: 15px;
}

.table ul li { float:left; margin-right: 3px; color: #383838; font-size: 12px; }
.highlight-type-2 .block-content .table ul li p { padding: 0; }
.thead { background: none; padding:0; margin-top: 20px; }
.line-1 { width: 237px;  }
.line-2 { width: 450px;  }
.line-3 { width: 168px;  }
.highlight-type-2 .block-content h2 span { background: none repeat scroll 0 0 #1F2122; clear: left; color: #FFFFFF; float: left; font-size: 10px; padding: 5px 10px; text-transform: uppercase; width: auto; }
.highlight-type-2 .block-content h2{ background: none repeat scroll 0 0 transparent;border-bottom: 1px solid #CCCCCC;color: #000000; float: left; font-family: Arial,Helvetica,sans-serif;font-size: 15px; font-weight: bold; margin-bottom: 15px; margin-top: 15px; padding: 0; width: 100%;}
.highlight-type-2 .block-content ul.list-type-3 li a { color: #4B7AC2; }
.table-type-1 ul li h3 { border-bottom: 1px solid #000;  float:left; width:100%; }
.table-type-1 ul li h3 span { background: none repeat scroll 0 0 #1F2122; clear: left; color: #FFFFFF; float: left; font-size: 10px; padding: 5px 10px; text-transform: uppercase; width: auto; }
.highlight-type-2 #newscaf  table tr .thead { background:none; border-bottom: 1px solid #000!important; padding:0; }
.highlight-type-2 #newscaf table tr .thead strong {
    float: left;
    width: auto;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
    background: none repeat scroll 0 0 #1F2122;
}

.table-type-1 ul {
    float: left;
    padding: 10px 0;
    width: 864px;
    min-height: 15px;
    background: url("images/border-news.png") repeat-x scroll center bottom transparent;
    line-height: 15px;
}

.table-type-1 ul li { float:left; margin-right: 3px; color: #383838; font-size: 12px; }
.table-type-1 ul.thead { background: none; padding:0; margin-top: 20px; }
.table-type-1 ul li.line-1 { width: 49%;  }
.table-type-1 ul li.line-2 { width: 50%;  }


/*--- $USER ---*/

.highlight-type-3 .block-content p {
    padding-bottom: 15px;
    line-height: 1.5em;
}

.highlight-type-3 .block-content a {
    color: #5182cf;
}

.highlight-type-3 .block-content a:hover {
    text-decoration: underline;
}

.user-block {
    float: left;
    padding-bottom: 50px;
}

.block-control-nav .more-content { float: left; left: 0; margin: 0; position: absolute; top: 0;  }

.user-block h3 {
    margin-bottom: 0;
}
.user-block h3 a {
    font-size: 26px;
    font-weight: normal;
    color: #000000;
    line-height: 1em;
}
.user-block .subtitle {
    margin-bottom: 10px;
    color: #464646;
}

.highlight-type-3 .block-control-nav {
    margin: 5px 0 25px;
    min-height: 15px;
}

.block-control-nav {
    z-index: 100;
    position: relative;
    overflow: hidden;
}

.block-control-nav ul {
    float: right;
    margin-bottom: 0;
}

.block-control-nav li {
    float: left;
}

.block-control-nav li a {
    display: block;
    width: 13px;
    height: 15px;
    margin-left: 12px;
    text-indent: -9999px;
    vertical-align: middle;
    background: url(images/wi-bullet.png) no-repeat scroll -48px -248px transparent;
}

.block-control-nav li.active a {
    margin-top: -2px;
    background: url(images/wi-bullet.png) no-repeat scroll 0 -248px transparent;

}

.block-control-nav li a:hover {
    margin-top: -2px;
    background: url(images/wi-bullet.png) no-repeat scroll 0 -248px transparent;
}

.user-block img.wi-bullet {
    float: left;
}

.user-block .text-excerpt p {
    float: left;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 10px;
    width: 365px;
}

.highlight-type-3 .user-block.even {
    float: right;
}

.gallery-type-3 {
    display: block;
    position: relative;
    width: 100%;
    height: 168px;
}

.gallery-type-3 li {
    float: left;
    position: absolute;
}

.slideshow-type-2 .gallery-type-3 li a:hover span {
    z-index: 999;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 418px;
    height: 167px;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.1);
}

.slideshow-type-2 .gallery-type-3 li a:hover span span {
    z-index: 999;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 418px;
    height: 167px;
    vertical-align: middle;
    background-image: url(images/icon-01-hover.png);
    background-position: center center;
    background-repeat: no-repeat;
}
/*
$FORM
*/
.form-clear{ background: url("images/bgd-top-galary.png") no-repeat scroll 0 60px transparent; display: block;  height: 105px; width: 980px; margin-top: -35px;}
*+html .form-clear { background: url("images/bgd-top-galary.png") no-repeat scroll 0 41px transparent;}
.bgd-form { height: auto; width: 100%; overflow: hidden;    background-repeat: no-repeat; }
.form-type-1 {float: left; min-height: 360px; padding: 35px 80px 50px; width: 817px; position: relative;}
.form-type-1 li { background: #fff; border: 1px solid #d0d0d0; min-height: 30px; width:300px; margin-bottom: 20px;line-height: 30px; position:relative;  float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;   }
.form-type-1 .radio-custom {background: url("images/wi-btn.png") no-repeat scroll 0 -50px  transparent; color: #4C4C4C; float: left; font-size: 12px; height: 15px; line-height: 25px; margin: 8px 0 0 15px; padding-left: 13px; width: 10px; }
.form-type-1 .checked {background: url("images/wi-btn.png") no-repeat scroll 0px 0 transparent; }
.form-type-1 .radio-custom input{ visibility: hidden; }
.form-type-1 .select-custom { border-right: 1px solid #DEDEDE; color: #727272; float: left; padding-left: 15px; width: 254px; box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3) inset; position:absolute; }
.form-type-1 .click-btn {background: url("images/wi-btn.png") no-repeat scroll 8px -137px #F2F2F2; height: 30px; position: absolute; right: -31px; text-align: center; top: 0; width: 30px;}
.select-custom span { float:left; width: 100%; cursor: pointer; }
.select-custom span  a{ font-size: 14px; color: #727272; }
.form-type-1 > div { float: left; width: 300px; }
.form-type-1  ul li.choose-box  label { color: #727272; font-size: 14px; display: block; }
.form-type-1 input { font-size: 14px; color: #727272;  }
.form-type-1 .choose-box-1 { height: auto; float:left; }
.form-type-1 .choose-box-1 .form-type-radio {background: url("images/wi-btn.png") no-repeat scroll 0 -50px transparent; color: #4C4C4C; float: left; font-size: 12px; line-height: 25px; margin: 8px 10px 0 15px;padding-left: 13px; width: 10px; float:left; width: auto;}
.form-type-1 .choose-box-1  .checked { background: url("images/wi-btn.png") no-repeat scroll 0 0 transparent;}
.form-type-1  ul li.choose-box-1  label  { height: 27px; line-height: 16px; padding-left: 8px; }
.form-type-1 .choose-box-1 .form-type-radio input { display: none; }
.form-type-1 .text-custom input, .form-type-1 .text-custom-title input  { background: none repeat scroll 0 0 transparent; border: medium none; height: 28px; line-height: 28px; padding-left: 15px; padding-right: 15px;  width: 270px; font-size: 14px; position: absolute; left:0; top: 0; }
.form-type-1 ul li label {  display: none;}
.checkbox-custom { float:left; width:300px;margin-top: 15px; }
.choose-box .checkbox-custom { margin: 0;    padding: 5px 10px; }
.choose-box .form-item, .choose-box .form-actions { margin: 0; float: left; }
.form-type-1  .textarea-style { border: none; background: none; float:left;	 }
.textarea-custom #edit-submitted-message { height: 42px; padding: 5px; width: 290px; border-radius: 5px ; border-right: 1px solid #DEDEDE;  font-size: 14px; color: #727272;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;  }
.form-type-1 .checkbox-custom span { background: url("images/wi-btn.png") no-repeat scroll 0 -200px  transparent;  float: left; margin-right: 7px; margin-top: 2px;}
.form-type-1 .checkbox-custom span.form-required{float: none; background: none;}
.form-type-1 .checkbox-custom span.checked{ background: url("images/wi-btn.png") no-repeat scroll 0 -250px  transparent;  }
.form-type-1 .checkbox-custom input { visibility: hidden; }
.form-type-1 .checkbox-custom label { font-size: 14px; color: #fff; float:left; width: 250px ; line-height: 1.5em;}
.layer-type-1 { float:left; width: 300px; background: #f5f5f5; border: 1px solid #cfcfcf;
    border-radius:0 0 5px;-moz-border-radius:0 0 5px;-webkit-border-radius:0 0 5px;
}
.layer-type-1 .scroll-block { width: 268px; float:left; overflow:hidden; height: 110px;}
.layer-type-1 .scroll-block ul { width: 100%; float:left; overflow:hidden; }
.layer-type-1 .scroll-block li a {color: #727272; float: left; font-size: 14px; height: 30px; line-height: 30px; margin-top: 5px; padding-left: 10px; width: 257px;}
.layer-type-1 .scroll-block li a:hover { background: #dfdfdf; }

.layer-type-1 .sm-scroll { float:right; width: 30px; float: left; position: relative; text-align: center;}
.layer-type-1 .sm-scroll .sm-scroll-dx {background: none repeat scroll 0 0 #EFEFEF; float: left; height: 140px; left: 0; position: absolute; top: 0; width: 30px;}
.sm-scroll-dx a {background: url("images/wi-btn.png") no-repeat scroll 0px -99px transparent; color: transparent; display: block; height: 30px; position: absolute;text-decoration: none;  width: 30px; left: 2px; }
.form-type-1 .btn-submit { clear: left; float: left;width: 300px;}
.form-type-1 .btn-submit .submit {background-color: #5284D0; border: 1px solid #3D6EBA;  color: #FFFFFF; font-size: 12px; padding: 0 30px; text-transform: uppercase; cursor:pointer; display:block; float:right; width: auto;
    border-radius: 3px ;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
}
.form-type-1 .btn-submit .submit:hover { background-color:#6896dd; border: 1px solid #589E0B;}
#content .form-outer {  background: none repeat scroll 0 0 transparent; font-size: 14px; line-height: 20px;  padding: 20px;}
.form-outer .block-type-7 img {  padding: 15px 0 7px; }
#content .form-outer img { float:none ; display: block; margin: auto; }

/*
$FOBO
*/
.toolbar-outer { position: absolute; right: 20px; top: 0; z-index: 999;}
.block-banner .img-process {background-color: #F2F2F2; float: left; height: 30px; left: 4px; line-height: 30px; min-width: 115px; padding-left: 35px; position: absolute; top: 5px; padding-right: 10px;
    border-radius: 5px ;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;   }
.block-banner .wi-bullet-6 { background-position: 10px -490px; }
.highlight-type-4 { margin: auto; width: 796px; padding-bottom: 20px;}
.highlight-type-4 .item-type-1 { }
.highlight-type-4 h2 { color: #1a1a1a ; font-size: 20px; font-weight: normal; margin-bottom: 20px; }
.highlight-type-4 h2 span { float: right; font-size: 14px; }
.highlight-type-4 dl { overflow:hidden; margin-bottom: 20px; }
.highlight-type-4 dl dd, .highlight-type-4 dl dt { background: #f2f2f2; color: #5d5d5d; width:auto; float: left; margin-right: 10px; height: 28px; line-height: 28px;  padding: 0 10px; color: #5d5d5d;
    border-radius: 3px ;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px; }

.highlight-type-4 dl dd:hover,.highlight-type-4 dl dt:hover, .highlight-type-4 dl dt.active, .highlight-type-4 dl dd.active { color: #3e70be; }
.highlight-type-4  p { padding:0px 0 15px 0; font-size: 14px; color: #1a1a1a; line-height: 20px }
/*.highlight-type-4  ul { overflow: hidden; margin: 25px 0; }
.highlight-type-4  ul li { background: url("images/wi-bullet.png") no-repeat scroll 3px -544px transparent; float: left; line-height: 20px; margin-bottom: 10px; padding-left: 15px; width: 100%; }*/
.highlight-type-4 ul { padding: 0; }
.highlight-type-4 ul li { margin-bottom: 10px; padding-left: 15px;}
.highlight-type-4  ul li p { padding-bottom: 0; }
.highlight-type-4 a { color: #3e70be; }
.main-jobo-bottom a {background-color: #5284D0; border: 1px solid #3D6EBA; color: #FFFFFF; display: block; font-size: 12px; height: 35px; line-height: 37px; margin: 5px auto 10px; padding: 3px 10px; text-transform: uppercase; width: 201px; position: relative;
    border-radius: 3px ;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;  }
.main-jobo-bottom img {position: absolute; right: 10px; top: 7px;}
.main-jobo-bottom a:hover {background-color: #6FB225; border: 1px solid #589E0B; color: #fff; }



/*--- $PRODUCT ---*/

h5.ui-accordion-header {
    font-weight: normal;
}

h5.ui-accordion-header a {
    padding-left: 10px;
    background: url("images/icon-click.png") no-repeat scroll 0 -46px transparent;
}

h5.ui-accordion-header a.active {
    padding-left: 10px;
    background: url("images/icon-click.png") no-repeat scroll 0 6px transparent;
}

.cont-block .content-inner-1 span.link {
    position: relative;
    top: 0;
    left: 0;
}

.cont-block .content-inner-1 table h2 {
    float: none;
    margin: 20px 0 10px;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    background: none;
}



/*--- $USER-PAGE ---*/
#header .user-header {
    padding: 45px 6px 10px 0;
}

#content #user-login {
    width: 31%;
    margin: auto;
}

#user-login label {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    color: #3e70be;
}

#edit-name,
#edit-pass {
    position: relative;
    width: 280px;
    height: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    border: 1px solid #D0D0D0;
    font-size: 14px;
    line-height: 30px;
    background: none repeat scroll 0 0 #FFF;

    border-radius: 4px;
}

.btn-submit .submit {
    display: block;
    position: relative;
    width: 201px;
    height: 35px;
    margin: 5px auto 10px;
    padding: 3px 10px;
    border: 1px solid #3D6EBA;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 37px;
    color: #FFF;
    background-color: #5284D0;
    cursor: pointer;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-submit .submit:hover {
    border: 1px solid #589E0B;
    color: #fff;
    background-color: #6FB225;
}



/*
$IMASTER
*/

.main-outer {
    overflow: hidden;
}

.content-outer-5 {
    margin-top: 15px;
    padding-top: 40px;
    overflow: hidden;
    font-size: 14px;
    background: url(images/border-block01.png) top no-repeat;
}

.block-type-7 img {
    display: block;
    float: left;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}

.block-type-8 img {
    display: block;
    float: left;
    margin: 0 auto;
    padding: 20px 0 10px 5px;
}

a.wi-btn {
    padding: 5px 15px;
    float: left;
    border: solid 1px #d4d4d4;
    color: #4f4f4f;
    margin: 0 auto;
    margin-left: 100px;

    -moz-border-radius : 5px ;
    -webkit-border-radius:5px;
    border-radius: 5px;
    background-image:url(images/bgd-gradient-btn-ac.png); background-repeat:repeat-x;
}
a.wi-btn:hover {
    color: #4f4f4f;
    background-image: url(images/bgd-gradient-btn.png);
    background-repeat: repeat-x;
}

.content-outer-5 .block-content {
    overflow: hidden;
}
.photo-info{
    overflow: hidden;
    font-size: 14px;
    padding: 0 40px;
    margin-top: -90px;
    z-index: 999;
}

.photo-info .author-info {
    float: left;
    width: 760px;
    padding: 90px 0 0 17px;
}
.intro-author {
    padding-top: 15px;
}
.photo-info .author{
    position:relative;
    float: left;
    width:120px;
}
.photo-info .author img {
    box-shadow: 0 0 6px #888888;
}
.photo-info .author span {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 161px;
    background: url(images/bgd-author.png) no-repeat;
}
.photo-info .author p {
    text-align: center;
    padding: 5px 0;
}
.photo-info .author p a {
    color: #3e70be;
}
/*	.photo-info .author-info a#open-author {
		color:#3e70be;
		padding-left: 10px;
		background: url(images/wi-bullet.png) -50px 4px no-repeat;
	}*/
.photo-info .author-info a.button_close {
    margin-left: 248px;
}
.content-author {
    display: none;
}
.block-type-13 {
    overflow:hidden;
    padding: 40px 40px 0;
    min-height: 100px;
}
.block-type-13 h2 a {
    color: #fff;
}

.galary-img {
    padding: 10px 0 0 0;
    overflow: hidden;
}

.galary-img img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.galary-img li {
    float: left;
    position: relative;
    width: 80px;
    height: 80px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.galary-img li span {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url(images/upload/bgd-hover-img.png) no-repeat;
    cursor: pointer;
}

.galary-img li:hover span {
    z-index: 2;
}

.block-banner-3 .slider-wrapper {
    height: 447px;
}

.block-banner-3 #control-nav {
    position: absolute;
    top: 420px;
    left: 930px;
}

.block-banner-3 #control-nav li.active a {
    background-position: 0 -150px;
}

.content-outer-5 .block-type-7,
.content-outer-5 .block-type-8 {
    float: left;
    width: 50%;
    padding: 20px 75px 0 80px;
    min-height: 290px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.content-outer-5 .block-type-8 {
    background: url(images/border-block-gale.png) left top no-repeat;
}


/*--- $PROB-v2 ---*/
.content-outer-3 {}

.block-type-10 {
    font-size: 14px;
}

.block-type-10 p {
}

.des-content > p:last-child {
    margin-bottom: 0;
}

.block-type-10 p a {
    color: #3e70be;
}

.block-type-10 p a:hover {
    text-decoration: underline;
}



/*--- $PRESS ---*/

#content .title-post {
    padding: 40px 0 0 40px;
    font-size: 28px;
    font-weight: normal;
}

.content--press { }

.content--press .gamma {
    margin-bottom: 10px;
}

.press--item { }

.press--logo {
    display: table-cell;
    width: 273px;
    height: 105px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.content--press .row {
    padding-bottom: 42px;
}

.block-type-11 {
    float: left;
    width: 420px;
    padding: 0 40px 0 40px;
}

.block-type-11 img,
.block-type-12 img {
    padding: 0 0 15px 0;
}

.block-type-12 {
    float: right;
    width: 420px;
    padding: 0 40px 0 10px;
}
.block-type-11 > h2,
.block-type-12 > h2 {
    margin-bottom: 12px;
}

.post-content {
    overflow: hidden;
    line-height: 1.5;
}
.read-more {
    float: left;
    color: #5182cf;
}

.read-more:hover {
    text-decoration: underline;
    color: #5182cf;
}

.post-info {
    padding-bottom: 15px;
    overflow: hidden;
    color: #999;
}

.post-info li {
    float: left;
    padding: 0 20px 0 20px;
    font-size: 12px;
}

.post-info li.date {
    /*border-right: solid 1px #e4e4e4;*/
    background: url(images/wi-bullet.png) 0 -269px no-repeat;
}

.post-info li.user {
    /*width: 227px;*/
    /*margin: 0 0 0 20px;*/
    background: url(images/wi-bullet.png) 0 -300px no-repeat;
}



/*--- $JOBS ---*/

.block-type-13 .list-category {
    float: left;
    width: 92%;
    padding: 0 35px;
}

.block-type-13 .list-category .item {
    float: left;
    position: relative;
    width: 252px;
    margin: 0 10px 20px;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    overflow: hidden;
}

.block-type-13 .list-category .item .thumbnail-big {
    float: left;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.block-type-13 .list-category .item h3 {
    display: block;
    clear: both;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
}

.block-type-13 .list-category .item h3 a {
    color: #464646;
}

.block-type-13 .list-category .item span.frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 252px;
    height: 191px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
    box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
}

.list-link-type-1 li a span {
    width: auto;
    height: 28px;
    padding: 1px 0 1px 3px;
    min-width: 36px;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    vertical-align: middle;
    color: #FFF;
}

.link-recruitment {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 8px 10px 7px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 11px;
    color: #a0a0a0;
    background: #f2f2f2;
}

.link-recruitment:hover {
    color: #a0a0a0;
}

.article_f8 {
    padding: 0 0 10px;
}

.article_info {
    padding-left: 60px;
    overflow: hidden;
}

.article_info .info {
    padding-top: 19px;
}

.item .content-inner-1 h3 {
    margin-bottom: 21px;
    margin-bottom: 1.5rem;
    padding: 0;
    font-weight: normal;
}

.rub_left {
    float: left;
    margin: 0 38px 0 0;
}

.rub_right {
    float: right;
    width: 320px;
}

.list-type-5 {
    float: left;
    width: 85%;
    padding: 13px 0 0 0;
    overflow: hidden;
    font-size: 28px;
}

.list-type-5 li {
    float: left;
    padding: 2px 10px;
    background: url(images/border-search.png) bottom left no-repeat;
}

.list-type-5 li.first {
    padding: 15px 13px;
    background: url(images/wi-bullet.png) 0 -566px no-repeat;
}

.list-type-5 li a {
    color: #5182cf;
}

.block-content-type-1 {
    padding: 15px 0;
    overflow: hidden;
    line-height: 1.5;
    background: url(images/bgd-search.png) bottom left no-repeat;
}

.block-content-type-1 h3 {
    margin: 0 0 10px 0;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #e4e4e4;
}

.search-content .header-title {
    margin: 0;
    padding-bottom: 10px;
    border: none;
}


/*--- $NEWS - All ---*/
.highlight-type-1 .post-info {
    padding-top: 0;
}

.highlight-type-1 .read-more {
    float: none;
}

.highlight-type-1 .post-content {
    /*padding-bottom: 42px;*/
    /*background: url(images/dot-h.png) left bottom repeat-x;*/
}

.highlight-type-1 .last {
    background: none;
}

.highlight-type-1 li.date {
    background: url(images/wi-bullet.png) no-repeat 0 -364px;
}

.highlight-type-1 li.user-type-1 {
    background: url(images/wi-bullet.png) no-repeat 0 -420px;
}

.highlight-type-1 li.user-type-3 {
    background: url(images/wi-bullet.png) no-repeat 0 -390px;
}

.highlight-type-1 li.user-type-2 {
    background: url(images/wi-bullet.png) no-repeat 0 -450px;
}


/*--- $paging ---*/
.paging {
    width: 100%;
    padding: 10px 0 20px 0;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

.paging ul li {
    display: inline;
    margin-right: 3px;
    line-height: 12px;
}

.paging ul a {
    padding: 0 3px;
    border: 1px solid #FFF;
    text-decoration: none;
    line-height: 13px;
    color: #5d8ad2;
    cursor: pointer;
}

.paging ul a:hover,
.paging ul .current a {
    border: 1px solid #CCC;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    background: #5182cf;
}

.paging ul .btnNext a:hover,
.paging .btnPrevious a:hover,
.paging ul .first-page a:hover,
.paging .last-page a:hover {
    background: #99c1fe;
}

.paging ul .btnPrevious img {
    width: 13px;
    height: 13px;
    margin-bottom: 1px;
    vertical-align: middle;
    background: url(images/uiIcon.gif) 0 -440px no-repeat;
}

.paging ul .btnNext img {
    width: 13px;
    height: 13px;
    margin-bottom: 1px;
    vertical-align: middle;
    background: url(images/uiIcon.gif) 0 -480px no-repeat;
}

.paging .btnPrevious a:hover img {
    background-color: none;
    background-position: 0 -461px;
}

.paging .btnNext a:hover img {
    background-position: 0 -501px;
}

/*
$GENERIC
*/

.title__gen {
    margin-bottom: 42px;
    margin-bottom: 3rem;
    text-align: center;
}
.content-inner {
    padding-right: 42px;
    padding-left: 42px;
    min-height: 750px;
    overflow: hidden;
    color: #1a1a1a;
    background: url(images/bgd-iframe.png) repeat scroll 0 0 transparent;
}

.content-inner p {
    margin-bottom: 21px;
    margin-bottom: 1.5rem;
}

.toolbar {
    float: right;
    height: 30px;
    margin: 7px 5px 0 0;
    padding-right: 35px;
    border-radius: 3px;
    overflow: hidden;
    background: #f2f2f2;
}

.toolbar a:hover {
    text-decoration: underline;
}

.toolbar dt {
    float: left;
    width: 40px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    vertical-align: middle;
    color: #1a1a1a;
    background: url(images/toolbar-home.png) left top no-repeat;
}

.toolbar dd {
    float: left;
    padding: 5px 16px;
    font-size: 12px;
    color: #1a1a1a;
    background: url(images/border-toolbar.png) right top no-repeat;
}

.toolbar dd.last {
    padding-right: 40px;
    background: none;
}

.article_info {
    float: left;
    width: 100%;
}

.article_info span.info {
    display: block;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    vertical-align: middle;
}

.successful-type-1 {
    padding: 40px;
    min-height: 250px;
}

.successful-type-1 .links a {
    color: #4C7DCB;
}

.successful-type-1 .webform-confirmation,
.successful-type-1 .links {
    text-align: center;
}

.fp3_fonc_plugin {
    width: 345px;
    margin-left: 3px;
    border: 1px solid #E8E8E8;
    border-radius: 3px 0 0 3px;
    background-color: #F2F2F2;
}

.fp3_fonc_plugin_wrap {
    padding: 0 15px !important;
    list-style: none outside none !important;
}

.fp3_fonc_plugin_element.first {
    border-top: medium none;
}

.fp3_fonc_plugin_element {
    padding: 5px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #DADADA;
    background: none repeat scroll 0 0 transparent;
}

.fp3_fonc_plugin_element > img {
    float: left;
    margin-right: 15px;
}


/*
$GALLERY
*/
#clear {
    clear: both;
}

#preview {
    margin-top: 25px;
}

#preview-filter {
    width: 660px;
    margin-right: auto;
    margin-left: auto;
}

#preview-filter ul#bloc2 {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
}

#preview-filter ul#bloc3 {
    width: 330px;
    margin-right: auto;
    margin-left: auto;
}

#preview-filter ul#bloc4 {
    width: 440px;
    margin-right: auto;
    margin-left: auto;
}

#preview-filter ul#bloc5 {
    width: 550px;
    margin-right: auto;
    margin-left: auto;
}

#preview-filter ul#bloc6 {
    width: 660px;
    margin-right: auto;
    margin-left: auto;
}

#preview-filter ul li.thumb {
    float: left;
    width: 110px !important;
    height: 80px !important;
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
    list-style: none outside none;
}

#preview-filter ul li.thumb img {
    display: block;
    width: auto;
    height: 50px;
    margin: 0 auto 5px;
    opacity: 0.3;
    cursor: pointer;
}

#preview-filter ul li.thumb img.active {
    opacity: 1 !important;
}

#preview-image {
    width: 660px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#preview-image-header {
    text-align: center;
    line-height: 12px;
}

#preview-image img {
    margin-bottom: 5px;
}

#preview-text {
    color: #888868;
}

img#preview {
    cursor: pointer;
}


/*
$SEARCH
*/
.search-content .highlight-type-1 {
    padding-bottom: 50px;
}

/*.highlight-type-3 {
    padding: 15px 40px;
    line-height: 1.4em;
    color: #383838;
}*/

.block-banner.banner-type-1 {
    width: 980px;
    height: 550px;
    margin-left: -2px;
    padding: 0;
}

.btn-type-1 {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #3D6EBA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 32px;
    color: white;
    background-color: #5284D0;
    cursor: pointer;
}

span.btn-type-1 {
    padding: 0;
}

.btn-type-1 input {
    margin: 0;
    padding: 3px 15px;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 32px;
    color: white;
    background: none;
    cursor: pointer;
}

.btn-type-1:hover {
    border-color: #589E0B;
    color: white;
    background: #6FB225;
}

.list-contact {
    z-index: 10;
    position: absolute;
    top: 170px;
    left: 50px;
    width: 880px;
}

.list-contact li {
    float: left;
    width: 195px;
    padding: 0 49px;
    text-align: center;
}

.list-contact li > span:first-child {
    display: block;
    padding: 0 0 15px;
    font: 28px Arial,Helvetica,sans-serif;
    color: white;
}

.banner-type-1 .form-type-1 {
    position: absolute;
    top: 117px;
    left: 80px;
    padding: 0;
}

.banner-type-1 .form-type-1 li {
    display: block;
    float: none;
}

.required {
    font-size: 14px;
    vertical-align: text-top;
    color: #bb161b;
}

.form-type-1 li .required {
    position: absolute;
    top: 3px;
    right: -13px;
}

.note {
    font-size: 14px;
    color: white;
}

.banner-type-1 .txt-type-3 {
    position: absolute;
    top: 120px;
    left: 315px;
    font-size: 14px;
    line-height: 20px;
    color: white;
}

.content-inner.contextual-links-region {
    background: white;
}

.edition_row {
    clear: both;
    overflow: hidden;
}

.edition_row_col {
    display: block;
    padding: 2px 0;
    line-height: 35px;
}

.clear {
    display: none;
}

.edition_row h2 {
    padding: 10px 0 0;
    font-size: 15px;
}

.edition_row h4 {
    padding: 15px 0 0;
    font-size: 12px;
}

.edition_row p {
    font-size: 12px;
}

.block-wrap-1 {
    padding: 10px 0;
    overflow: hidden;
}

.fond_sep {
    background-image: url("/var/dxo/storage/fckeditor/Image/Support/53-sep-fond.jpg");
    background-repeat: no-repeat;
}

.block-content.contextual-links-region span.wrap-photo {
    border: none;
}

.block-content.contextual-links-region .wrap-photo span {
    box-shadow: none;
}

.articlefirst {
    padding-top: 10px !important;
    background: none repeat scroll 0 0 transparent !important;
}

#header_nav {
    overflow: hidden;
}

.block-content.contextual-links-region .title-product span {
    margin: 0;
    font-size: 18px;
    color: #464646;
}

.block-content.contextual-links-region .content-inner-1 {
    clear: both;
    overflow: hidden;
}

/*
$JOBS
*/
.highlight-type-5 {
    padding: 0 40px;
    overflow: hidden;
    color: #383838;
}

.highlight-type-5 .block-type-11,
.highlight-type-5 .block-type-12 {
    width: 375px;
    line-height: 1.5;
}

.list-type-3 {
    padding: 15px 0;
}

.list-type-3 li,
.list-type-2 li {
    margin: 0 0 0 5px;
    padding: 0 0 0 15px;
    line-height: 1.5;
    background: url(images/wi-bullet.png) -50px -543px no-repeat;
}

.list-type-2 li a {
    color: #3e70be;
}

.list-type-2 li a:hover {
    text-decoration: underline;
}

.list-type-2 {
    padding: 25px 0 25px 15px;
    background: #f3f3f3;
}

.jobc-bottom .list-link-type-1 {
    float: none;
    width: 242px;
    margin: 0 auto;
}

.block-outer {
    overflow: hidden;
}

.jobc-description {
    padding: 20px 0 50px 0;
    text-align: center;
    font-size: 38px;
    color: #1a1a1a;
}

.highlight-type-2 .clear-bor {
    padding: 0;
    border: none;
}

.cont-block table {
    clear: both;
}

.highlight-type-2 #newscaf table tr .nofill {
    border: 0;
    background: none;
}

.highlight-type-2 table tr .nofill a {
    /*display: block;*/
    /*clear: both;*/
    /*padding-top: 10px;*/
}

.highlight-type-2 .block-content ul li {
    padding-bottom: 1px;
    padding-left: 12px;
    /* background: url("/design/dxo_int/images/3/nav-li-off.png") no-repeat scroll 2px 6px transparent; */
}

.highlight-type-2 .block-content ul {
    padding-bottom: 10px;
}

.highlight-type-2 .block-content span {
    line-height: 1.4em;
}

.highlight-type-2 table tr td {
    padding: 5px;
    vertical-align: middle;
}

.block-content.contextual-links-region .content-inner-1 .col_right {
    float: right;
    position: relative;
    width: 315px;
    margin-left: 20px;
    padding-bottom: 20px;
}

.block-content.contextual-links-region .content-inner-1 p.copyright {
    text-align: right;
    font-size: 10px;
    color: #8B8B8B;
}

.block-content .content-inner-1 .article_03 {
    z-index: 2;
    position: relative;
    width: 512px;
}

.block-content .content-inner-1 .article_03 p {
    position: absolute;
    top: 20px;
    left: -80px;
}

.block-content .content-inner-1 .article_01 {
    width: 300px;
}

.ui-accordion-content > table {
    clear: none;
}


/*--- old ---*/


.image-new-thumb {
    width: 184px;
}

.article_content span.accroche.first {
    padding-top: 0;
}

.article_content span.accroche {
    display: block;
    clear: both;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #353535;
}





/*------------------------------------*\
	$TUTORIAL
	^home, ^page-interne
\*------------------------------------*/

/*--- ^home---*/

.titre-live {
    color: #5283D0;
}

.webinaire--session {
    background-color: #F1F1F1;
    margin-bottom: 30px;
}

.webinaire--session p {
    margin-bottom: 0;
}

.webinaire-no-session p {
    padding: 15px 40px;
}

.webinaire--session h3 {
    position: relative;
    margin-bottom: 0;
    padding: 10.5px 40px;
    font-weight: normal;
}

.webinaire--session > h2 {
    background: url(images/webinaire-session-bg.jpg) repeat scroll 0 0 #484848;
    color: #fff;
    margin: 42px 0 0;
    padding: 5px 40px 7px;
}

.list-webinaires-infos {
    padding-bottom: 10px;
}

.list-webinaires-infos .icon-tuto-infos:before {
    margin-top: 0;
}

.webinaire-session-portrait {
    border: 1px solid #1A1A1A;
}

.list-webinaires-infos > li {
    padding-bottom: 3px;
}

.list-webinaires-infos > li:last-child {
    padding-bottom: 0;
}

.ui-accordion-content {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*.ui-accordion-content table tr td {
    border: 1px solid #ccc;
    font-size: 14px;
}*/


/*--- ^page-interne ---*/

.content--tuto {
    padding-left: 40px;
    padding-right: 40px;
}

.tuto--top {
    overflow: hidden;
    margin-bottom: 21px;
}

.content--tuto .share_contest {
    float: right;
}

.clear-border--tutorial {
    margin: 0;
}

.page-tuto h2 {
    line-height: 1.3;
}

.page-tuto > h3 {
    margin-bottom: 21px;
    margin-bottom: 1.5rem;
    font-weight: normal;
}

.page-tuto .last {
    margin-bottom: 0;
}

.page-tuto-intro {
    padding-top: 0;
    background: none;
}

.tuto-sommaire {
    margin-bottom: 21px;
    padding: 20px 0;
    border-top: 1px dotted #b2b2b2;
    border-bottom: 1px dotted #b2b2b2;
}
.tuto-sommaire > p {
    margin-bottom: 0;
}

.tuto-sommaire > p:first-child {
    font-size: 18px;
    font-size: 1.28571rem;
}

.tuto-sommaire a {
    color: #7a7a7a;
}

.tuto-sommaire a:hover {
    color: #4c7dcb;
}

.sommaire-nb {
    font-weight: bold;
    color: #4c7dcb;
}

.tuto-step-title {

}
.tuto-step-nb {
    float: left;
    margin-top: -10px;
    margin-right: 20px;
    font-size: 38px;
    font-weight: 700;
    color: #4c7dcb;
}

.list-tuto-nb > li {
    margin-bottom: 21px;
    margin-bottom: 1.5rem;
}

.list-tuto-nb span {
    display: block;
    float: left;
    width: 38px;
    height: 20px;
    margin-top: -3px;
    margin-right: 10px;
    text-indent: 12px;
    font-weight: bold;
    color: #FFF;
    background: url(images/list-tuto-green.png) no-repeat left top;
}

.encart-highlight {
    margin-bottom: 21px;
    margin-bottom: 1.5rem;
    padding: 20px 20px 20px 35px;
    border-left: 5px solid #4c7dcb;
    color: #6f6f6f;
    background-color: #f7f7f7;
}

.encart-highlight > p {
    margin-bottom: 0;
}

.encart-highlight > p:first-child {
    font-weight: bold;
    color: #4c7dcb;
}

.tuto-redacteur {
    font-size: 11px;
    color: #6A6A6A;
}

.content--tuto .illu {
    margin-bottom: 21px;
}

.tuto-icon-wrap {
    display: inline-block;
    position: relative;
    height: 22px;
    margin-top: -7px;
}

.tuto-icon-wrap img {
    float: left;
    margin-top: 7px;
}

ul.tuto-infos {
    margin-bottom: 21px;
    margin-bottom: 1.5rem;
}

.tuto-bottom {
    padding: 40px;
    background-color: #f1f1f1;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#f7f7f7, #f1f1f1);
    background-image: -moz-linear-gradient(#f7f7f7, #f1f1f1);
    background-image: -o-linear-gradient(#f7f7f7, #f1f1f1);
    background-image: linear-gradient(#f7f7f7, #f1f1f1);
}

.beforeafter {
    margin-bottom: 21px;
}

.beforeafter.last {
    margin-bottom: 0;
}

.list__tuto > li:first-letter {
    font-weight: 700;
    color: #4c7dcb;
}

.item-logiciel h2 > a{
    color: #5182cf;
}


/*--- $gen ---*/

.block-gen {
    padding-top: 40px;
    overflow: hidden;
}

.block-gen > h1 {
    padding: 0 75px;
}

.block-gen2 {
    padding: 40px;
}

.block-gen2 > h1 {
    padding: 0;
}

.block-gen-content {
    position: relative;
    padding: 25px 75px;
}

.block-gen-content-2 {
    padding: 25px 0;
}
.block-gen-content a,
.block-gen-content-2 a {
    color: #3C6EBC;
}

.block-gen-content a:hover {
    text-decoration: underline;
}

.block-gen-content .btn,
.block-gen-content-2 .btn {
    color: #fff;
}

.block-gen-content .btn:hover,
.block-gen-content-2 .btn:hover {
    text-decoration: none;
}

.block-inner-border {
    clear: both;
    padding-top: 21px;
    border-top: 1px solid #000;
}

.cont-block .item:after,
.cont-block .block-content:after,
.block-gen-content:after,
.tuto-step:after,
.tuto-intro:after {
    content: "";
    display: table;
    clear: both;
}

.script {
    margin-bottom: 0;
}


/*--- $colonnes---*/

.block-col-2 {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.block-col-2.last,
.block-col-3.last {
    margin-right: 0;
}

.block-col-3 {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.text-c {
    text-align: center;
}


/*--- Page lvl 4 ---*/
.inner-l4 {
    padding: 0 20px;
}

.credits,
.legende {
    font-size: 11px;
    color: #666;
}

.legende {
    text-decoration: italic;
}

.contextual-links-processed {
    letter-spacing: normal;
    word-spacing: normal;
}




/*------------------------------------*\
	$TRIAL
\*------------------------------------*/

/*--- Page trial---*/
.block__trial { }

.trial__inner {
    padding: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
}

.cta--details {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cta--details > p:last-child {
    margin-bottom: 0;
}

.cta--details a {
    color: #5182cf;
}

.trial__inner .cta--button {
    padding-top: 0;
    padding-bottom: 15px;
}

.trial__inner .cta--packshot {
    padding: 0;
}


/*--- Page confirmation ---*/
.trial--confirmation { }

.trial--confirmation p {
    text-align: center;
}

.trial--confirmation p:last-child {
    margin-bottom: 0;
}




/*------------------------------------*\
	$RESELLERS
\*------------------------------------*/
.tab__reseller {
    width: 100%;
}

.tab__reseller caption {
    margin-bottom: 21px;
    margin-bottom: 1.5rem;
    text-align: left;
}

.tab__reseller th {
    border-bottom: 1px solid #363636;
    padding-left: 2%;
}

.tab__reseller th:first-child {
    padding-left: 0;
}

.tab__reseller .reseller {
    width: 33%
}
.tab__reseller .phone {
    width: 31%
}
.tab__reseller .website {
    width: 32%
}

.tab__reseller tr > td:first-child {
    padding-left: 0;
}

.tab__reseller td {
    padding: 20px 0 0 20px;
    vertical-align: top;
}

.tab__reseller h3,
.tab__reseller h4 {
    margin-bottom: 0;
}

.tab__reseller h4 {
    font-weight: 400;
}

.tab__reseller .break--line {
    padding-top: 10px;
    padding-bottom: 10px;
}


/*------------------------------------*\
	$JS
\*------------------------------------*/

/*--- beforeafter ---*/

.balinks > a {
    color: #5182cf;
}

.formlabel {
    height: 35px;
    padding: 0;
    text-align: right;
    width: 200px;
}
.formfield {
    padding: 0 0 0 15px;
    width: 0;
}
.f_txt {
    width: 250px;
}




/*------------------------------------*\
	$PARTNER/CONTEST
\*------------------------------------*/




/*------------------------------------*\
	$EVENT
\*------------------------------------*/
.event {
    overflow: hidden;
    margin-top: -40px;
    padding-bottom: 50px;
}

.event .btn {
    display: block;
    float: left;
    padding: 10px 0;
    width: 120px;
    background: #000;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.btn1 {
    margin-left: 63px;
}
.btn2 {
    margin-left: 149px;
}
.btn3 {
    margin-left: 222px;
}




/*------------------------------------*\
	$SHOP
\*------------------------------------*/

.shop__block {
    margin-left: -95px;
    padding: 0 40px;
}
.shop--home section[class^="grid"],
.shop--produit section[class^="grid__item"] {
    padding-top: 50px;
    padding-bottom: 50px;
}
.shop--home .grid__item {
    margin-bottom: 50px;
}
.shop--home section:first-child {
    padding-top: 0;
    border-top: 0;
}
.shop--home section:last-child,
.shop--produit section:last-child {
    padding-bottom: 0;
}
.shop--home .price--content {
    width: 100%;
}
.shop--home .inner--shop--col {
    padding: 0 20px;
    border-right: 1px solid #eee;
    text-align: center;
}
.shop--home .inner--shop--col.last {
    border-right: none;
}
.shop--home .tagline {
    /*min-height: 70px;*/
    text-align: center;
    color: #868686;
    margin-bottom: 8px;
    font-family: 'Roboto';
    font-weight: 400;
}

.shop--home h2 {
    margin-bottom: 0.5rem;
    line-height: 2.1428rem;
}

.shop--header {
    padding-bottom: 40px;
}

.shop--header h1 {
    margin-bottom: 0;
    font-size: 2.5rem;
}

/*--- ^Product--all ---*/

.product--all h1 {
    font-weight: 300;
}
.product--all h2 {
    margin-bottom: 5px;
}
.product--all .price--content {
    float: none;
}
.product--all .packshot {
    padding-bottom: 10px;
}
.product--all > div > p.delta.center {
    min-height: 40px;
    padding: 0 30px;
}
.starting-at {
    display: inline-block;
    font-weight: 400;
    /*text-transform: uppercase;*/
    font-family: 'Maven Pro';
    color: #000000;
}
.promo-until {
    padding-top: 10px;
    color: #bd1a1a;
    text-align: center;
}
.tabs--content .promo-until {
    width: 416px;
}
#dvp .promo-until {
    width: 200px;
}
.shop--home--upgrade h2 {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    background-color: #fff;
}
.shop--home--upgrade .button {
    width: 200px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0;
}


/*--- ^Tabs ---*/
#tabs-1 { }

.tabs--content {
    padding: 40px 0;
    overflow: hidden;
}

.tabs--content .packshot {
    float: right;
    margin: 10px 0 0 40px;
}

.tabs--content .accroche {
    font-size: 1.2857rem;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
}

.price--block {
    overflow: hidden;
}
.price--content {
    float: left;
    display: block;
    margin-left: 16px;
    /*width: 242px;*/
    text-align: center;
}
.item--viewpoint .price--content {
    float: none;
    margin: 0 auto;
}
.item--viewpoint .price--content--top {
    padding: 10px 0;
}
.price--content:first-child {
    margin-left: 0;
}
.price--content--top {
    position: relative;
}
.price--content--price {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 100%;
    font-family: 'Maven Pro';
}
.price--content--price.promo,
.promotion__bundle .price--content--price {
    color: #000000;
}
.price--content--price > sup {
    font-size: 14px;
}
.price--content--price > span {
    margin-right: 15px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    color: #999999;
    text-decoration: line-through;
}
.price--content--edition {
    display: inline-block;
    padding-bottom: 5px;
    color: #363636;
    text-align: center;
    font-weight: 600;
}
.price--content--edition > span {
    text-transform: uppercase;
}
.price--block .price--content--btn,
.shop--home--upgrade .price--content--btn {
    padding: 0.5rem 2rem;
    height: 3rem;
    border-radius: 1.5rem;
    font-size: 1rem;
}
.price--content--btn.promo {
    background: #7ed6dc;
    border-color: #7ed6dc;
}
.price--content--btn.promo:hover {
    border-color: #10B0BB;
    background-color: #10B0BB;
}
.price--content--btn > span,
.price--content--btn.promo > span {
    display: block;
    font-size: 12px;
    line-height: 100%;
}
.price--content--btn.promo > span {
    display: block;
    font-size: 12px;
    line-height: 100%;
}
.produit--informations {
    padding: 15px 0;
    background-color: #fff;
}
.arrow--dot--bottom {
    position: absolute;
    left: -58px;
    top: -70px;
}


/*-- ^Nav__informations --*/

.nav__informations li {
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    text-align: center !important;
    overflow: hidden;
}

.nav__informations li.first {
    border-left: 1px solid #dcdcdc;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.nav__informations li.last {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.nav__informations li > a{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
}


/*-- ^Edition --*/

.shop__produit__edition p:last-child {
    /*margin-bottom: 0;*/
}


/*-- ^details techniques--*/

.shop__produit__details .button-group {
    width: 100%;
}

.shop__produit__details .button {
    border: 1px solid #dcdcdc;
}


/*--- ^Promotion de printemps ---*/

.promotion__bundle {}

.promotion__bundle h2 {
    text-align: center;
}

.promotion__bundle h2 > span {
    position: absolute;
    left: -9999px;
}

.promotion__bundle .content__text > h3 {
    margin-bottom: 10px;
}

.item--promotion {}

.shop__produit__informations > section {
    padding: 80px 0;
    border-top: 1px solid #bebebe;
}

.shop__produit__informations > section.first {
    border-top: 0;
}

.table__col--header {
    font-size: 16px;
}


.table__col--details {
    color: #606c72;
}

.table__col--details > span {
    font-size: 12px;
    text-transform: uppercase;
    color: #363636;
    font-weight: 600;
}


/*-- ^Table--*/

.table__row {
    padding: 12px 0;
    background: transparent url(images/bg-dot-w6-h1.png) left top repeat-x;
}
.table__row:last-child {
    padding-bottom: 0;
    background: transparent url(images/bg-dot-w6-h1.png) left top repeat-x;
}




/*------------------------------------*\
	$COLORTEXT
\*------------------------------------*/

.color--gen {
    color: #383838;
}
.color--white {
    color: white;
}
.color--black {
    color: black;
}
.color--blue {
    color: #5182cf;
}
.color--red {
    color: #db3424;
}
.color--ess {
    color: #72aa3e;
}
.color--exp {
    color: #405a9c;
}




/*------------------------------------*\
    modif BUD header & footer
\*------------------------------------*/

/*--- ^anchor ---*/
header > a[name=top] {
    display:block;
    height:0;
}

header,
footer {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

.nav {
    position: relative;
}
.nav .container,
#footer .container {
    padding: 0 40px;
}


/*--- ^preheader ---*/

.nav--preheader {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.75rem;
    background-color: #f8f8f8;
}

.nav--preheader a {
    float: right;
    margin: 0 6px;
    text-decoration: none;
    color: #ababab;
}

.nav--preheader a:hover {
    color: #0055b8;
}

.nav--preheader a:first-child {
    margin-right: 0;
}


/*--- ^nav ---*/

.nav--main {
    background-color: #f8f8f8;
    font-weight: 500;
}

.logo,
.nav--main--list {
    float: left;
}

.logo {
    display: block;
    width: 96px;
    margin-top: 30px;
}

.nav--main--home .nav--main--list{
    padding-top: 26px;
}
.nav--main--list {
    padding: 40px 0;
    width:804px;
}
.nav--main--list > li{
    position: relative;
    display: block;
    float: right;
    margin: 0 18px;
    font-size: 0.9375rem;
}
.nav--main--list li > a {
    color: #444;
}
.nav--main--list li > a:hover{
    color: #0055b8;
}
.nav--main--list li > a.active {
    color: #0055b8;
}
.nav--main--list > li:first-child {
    margin-right: 0;
}

.nav--main--list > li > ul {
    z-index: 100;
    display: none;
    position: absolute;
    left: 0;
    top: 35px;
    width: 180px;
    padding: 20px 0;
    border-top: 2px solid #0055b8;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.nav--main--list > li > ul > li {
    padding: 10px 20px;
}

.nav--main--white,
.nav--main--dark {
    background-color: transparent;
    z-index: 1;
}
.nav--main--white .nav--main--list li > a {
    color: white;
}
.nav--main--white .nav--main--list li > a:hover{
    color: white;
}
.nav--main--dark .nav--main--list li > a {
    color: #363636;
}
.nav--main--dark .nav--main--list li > a:hover{
    color: #363636;
}

.nav--main--white .nav--main--list > li > ul {
    border-top: 2px solid white;
    background-color: rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.header-jp .nav--main--list > li{
    font-size: 0.8rem;
}


/*--- ^nav sub ---*/
.nav--products-name {
    float: left;
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 24px;
    font-size: 1.5rem;
    color: white;
    line-height: 100%;
}

.nav--menu--sub {
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #262626;
}

.nav--menu--sub ul {
    float: right;
}

.nav--menu.nav--menu--sub li{
    margin: 0 15px;
    float: right;
}

.nav--menu--sub li:first-child {
    margin-right: 0;
}
.nav--menu--sub li > a {
    color: #989898;
}
.nav--menu--sub li > a:hover {
    color: #fff;
}
.nav--menu--sub li > a.active {
    color: #fff;
}

.nav--menu--sub-intern .nav--products-name {
    color: #fff;
}

.nav--menu--sub--inner {
    overflow: hidden;
    padding: 20px 0;
}

.menu-level-4 {
    background-color: #262626;
}

.nav--menu--sub .btn--download {
    margin-top: -16px;
    margin-bottom: -11px;
    font-size: 14px;
    font-size: 0.875rem;
    color: white;
}









/*------------------------------------*\
	$ELEMENT
	^form
\*------------------------------------*/

/*--- ^form ---*/
.form{}
.form .btn{
    border: none;
    background-color: #0055b8;
}
.form__footer{}
.form__footer input{
    height: 42px;
    width: 162px;
    border: 1px solid #929292;
    padding: 0 20px;
    color: #929292;
    vertical-align: middle;
    border-radius: 0;
}
.form__footer .btn {
    margin-bottom: 0;
    margin-left: -0.36em;
    padding: 0;
    width: 100px;
    height: 42px;
    color: #fff;
    vertical-align: middle;

    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;

}
.form__footer .btn:hover {
    background-color: #004799;
}
.form__footer input,
.form__footer .btn {
    font-size: 15px;
}




/*--------------------------*\
  NEWSLETTER
\*--------------------------*/

.message-ok,
.message-nok {
    position: absolute;
    left: 19px;
    top: 0;
    width: 261px;
    padding: 13px 10px;
    font-size: 12px;
}
.message-ok {
    background-color: lightgreen;
}
.message-nok {
    background-color: tomato;
}
.form__footer div.relative {
    position: relative;
}
.newsletter-loader {
    display: none;
    position: absolute;
    top: 13px;
    left: 160px;
    height: 16px;
    width: 16px;
}

#sliding-popup {
    display: none;
    margin: 0;
    padding: 0px;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 99999;
    position: fixed;
    background-color: #363636;
}

#sliding-popup.sliding-popup-bottom {
    bottom: 0;
}

#sliding-popup .popup-text {
    /*float: right;*/
}

#sliding-popup .popup-buttons {
    /*float: right;*/
}

#sliding-popup .button {
    height: auto;
    padding: 5px 20px;
    font-size: 16px;
}
.popup-buttons{
    max-width: 40%;
    display: inline-block;
    vertical-align: bottom;
}

#sliding-popup .popup-content {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 5px;
    background-color: #363636;
}

#sliding-popup .popup-content .popup-text {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 7px 15px 0px 0px;
    text-align: left;
}

#sliding-popup .popup-content .popup-text p {
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 5px 0;
}

#sliding-popup .popup-content .popup-text  a,
#sliding-popup .popup-content .popup-text  a:hover,
#sliding-popup .popup-content .popup-text  a:active{
    color: #10B0BB;
}